Home
last modified time | relevance | path

Searched refs:CO_NOFREE (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dcode.h78 #define CO_NOFREE 0x0040 macro
/third_party/python/Lib/test/
Dtest_code.py203 self.assertFalse(function.__code__.co_flags & inspect.CO_NOFREE,
/third_party/python/Objects/
Dcodeobject.c180 flags |= CO_NOFREE; in PyCode_NewWithPosOnlyArgs()
182 flags &= ~CO_NOFREE; in PyCode_NewWithPosOnlyArgs()
/third_party/python/Misc/NEWS.d/
D3.6.4rc1.rst7 co_flags.CO_NOFREE is now always set correctly by the code object
D3.7.0a3.rst7 co_flags.CO_NOFREE is now always set correctly by the code object
/third_party/python/Doc/library/
Dinspect.rst1453 .. data:: CO_NOFREE