Home
last modified time | relevance | path

Searched refs:codeobject (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
Dpy_compile.py113 codeobject = __builtin__.compile(codestring, dfile or file,'exec')
126 marshal.dump(codeobject, fc)
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py426 def writepycfile(codeobject, cfile): argument
431 marshal.dump(codeobject, fc)
/external/python/cpython2/Objects/
Dlnotab_notes.txt53 line tracing. Tracing is handled by PyCode_CheckLineNumber() in codeobject.c
/external/python/cpython3/Objects/
Dlnotab_notes.txt60 line tracing. Tracing is handled by PyCode_CheckLineNumber() in codeobject.c
/external/python/cpython2/PC/os2emx/
Dpython27.def235 ; From python27_s.lib(codeobject)
/external/python/cpython2/
DAndroid.bp123 "Objects/codeobject.c",
DMakefile.pre.in357 Objects/codeobject.o \
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp288 SOURCE=..\..\Objects\codeobject.c
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst422 Fix memory leak in codeobject.c
D3.5.3rc1.rst420 Fix memory leak in codeobject.c
/external/python/cpython3/
DMakefile.pre.in402 Objects/codeobject.o \