repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update version number and release date.
[python/dscho.git]
/
Lib
/
compiler
/
consts.py
blob
a6cf559d940c28a5823a8c900fd03a6bef755aaf
1
# operation flags
2
OP_ASSIGN
=
'OP_ASSIGN'
3
OP_DELETE
=
'OP_DELETE'
4
OP_APPLY
=
'OP_APPLY'
5
6
SC_LOCAL
=
1
7
SC_GLOBAL
=
2
8
SC_FREE
=
3
9
SC_CELL
=
4
10
SC_UNKNOWN
=
5
11
12
CO_OPTIMIZED
=
0x0001
13
CO_NEWLOCALS
=
0x0002
14
CO_VARARGS
=
0x0004
15
CO_VARKEYWORDS
=
0x0008
16
CO_NESTED
=
0x0010
17
CO_GENERATOR
=
0x0020
18
CO_GENERATOR_ALLOWED
=
0x1000
19
CO_FUTURE_DIVISION
=
0x2000