mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
255762c09f
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