Changeset 391 for python/trunk/Lib/compiler/consts.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/compiler/consts.py
r2 r391 5 5 6 6 SC_LOCAL = 1 7 SC_GLOBAL = 2 8 SC_FREE = 3 9 SC_CELL = 4 10 SC_UNKNOWN = 5 7 SC_GLOBAL_IMPLICIT = 2 8 SC_GLOBAL_EXPLICIT = 3 9 SC_FREE = 4 10 SC_CELL = 5 11 SC_UNKNOWN = 6 11 12 12 13 CO_OPTIMIZED = 0x0001
Note:
See TracChangeset
for help on using the changeset viewer.