Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
modsupport.c
Find file
Blame
History
Permalink
Plug a memory leak in Py_InitModule4(): when PyDict_SetItemString() failed,
· 289898cd
Fred Drake
authored
Aug 04, 2001
the object being inserted was not being DECREFed. This closes SF bug #444486.
289898cd