mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +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.
Source files for various builtin objects