[issue38962] Reference leaks in subinterpreters

Pablo Galindo Salgado report at bugs.python.org
Tue Dec 3 15:59:09 EST 2019


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Ok, the problem seems to be that _PyBuiltin_Init() returns a new reference that is not cleared once PyModule_GetDict() and _PyBuiltins_AddExceptions() is called.

----------
stage: patch review -> needs patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38962>
_______________________________________


More information about the Python-bugs-list mailing list