mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
58ca33b467
Replace PyModule_AddObject() with PyModule_AddObjectRef() in the _warnings module to fix a reference leak on error. Use also PyModule_AddObjectRef() in importdl.c.
Miscellaneous source files for the main Python shared library