mirror of
https://github.com/python/cpython.git
synced 2026-07-12 21:14:33 -04:00
4328dc6465
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