Files
cpython/Python
Victor Stinner 58ca33b467 bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151)
Replace PyModule_AddObject() with PyModule_AddObjectRef() in the
_warnings module to fix a reference leak on error.

Use also PyModule_AddObjectRef() in importdl.c.
2020-11-04 17:33:06 +01:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library