mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
fc980e0be1
* Remove an assertion which required CO_NEWLOCALS and CO_OPTIMIZED
code flags. It is ok to call this function on a code with these
flags set.
* Fix reference counting on builtins: remove Py_DECREF().
Fix regression introduced in the
commit 46496f9d12.
Add also a comment to document that _PyEval_BuiltinsFromGlobals()
returns a borrowed reference.
Miscellaneous source files for the main Python shared library