0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Python
Jeremy Hylton b857ba261f Refactor future feature handling
Replace uses of PyCF_xxx with CO_xxx.

Replace individual feature slots in PyFutureFeatures with single
bitmask ff_features.

When flags must be transfered among the three parts of the interpreter
that care about them -- the pythonrun layer, the compiler, and the
future feature parser -- can simply or (|) the definitions.
2001-08-10 21:41:33 +00:00
..
.cvsignore
atof.c
bltinmodule.c Put conditional S_ISDIR definition(s) into pyport.h. 2001-08-08 10:28:06 +00:00
ceval.c Refactor future feature handling 2001-08-10 21:41:33 +00:00
codecs.c
compile.c Refactor future feature handling 2001-08-10 21:41:33 +00:00
dup2.c
dynload_aix.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_mac.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
exceptions.c
fmod.c
frozen.c
frozenmain.c
future.c Refactor future feature handling 2001-08-10 21:41:33 +00:00
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
hypot.c
import.c Put conditional S_IFMT definition into pyport.h. 2001-08-08 12:54:28 +00:00
importdl.c
importdl.h
mactoolboxglue.c Got rid of unused includes. 2001-08-08 15:28:03 +00:00
marshal.c
memmove.c
modsupport.c
mysnprintf.c
mystrtoul.c
pyfpe.c
pystate.c
pythonrun.c Refactor future feature handling 2001-08-10 21:41:33 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c
sysmodule.c
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
thread.c
traceback.c