mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
finalize_modules_clear_weaklist() now holds a strong reference to the module longer than before: replace PyWeakref_GET_OBJECT() with _PyWeakref_GET_REF().
Miscellaneous source files for the main Python shared library