Searched refs:CO_NOFREE (Results 1 – 6 of 6) sorted by relevance
78 #define CO_NOFREE 0x0040 macro
203 self.assertFalse(function.__code__.co_flags & inspect.CO_NOFREE,
180 flags |= CO_NOFREE; in PyCode_NewWithPosOnlyArgs()182 flags &= ~CO_NOFREE; in PyCode_NewWithPosOnlyArgs()
7 co_flags.CO_NOFREE is now always set correctly by the code object
1453 .. data:: CO_NOFREE