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 vstinner
Recipients Mark.Shannon, pablogsal, vstinner
Date 2021-03-18.11:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
In commit 46496f9d12582bf11f4911ad0f23315d6f277907, I modified _PyEval_BuiltinsFromGlobals() to return a borrowed reference rather than a strong reference. It seems like I forgot to remove a Py_DECREF() in PyEval_EvalCodeEx()!

I'm working on a fix.
History
Date User Action Args
2021-03-18 11:39:56vstinnersetrecipients: + vstinner, Mark.Shannon, pablogsal
2021-03-18 11:39:56vstinnersetmessageid: <[email protected]>
2021-03-18 11:39:56vstinnerlinkissue43541 messages
2021-03-18 11:39:56vstinnercreate