mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Methods (functions defined in class scope) are likely to be cleaned up by the GC anyway. Add a new code flag, `CO_METHOD`, that is set for functions defined in a class scope. Use that when deciding to defer functions.
Miscellaneous source files for the main Python shared library