This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal, vstinner
Date 2019-12-03.20:59:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575406749.38.0.212701215733.issue38962@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-12-03 20:59:09pablogsalsetrecipients: + pablogsal, vstinner
2019-12-03 20:59:09pablogsalsetmessageid: <1575406749.38.0.212701215733.issue38962@roundup.psfhosted.org>
2019-12-03 20:59:09pablogsallinkissue38962 messages
2019-12-03 20:59:08pablogsalcreate