STINNER Victor <vstin...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43541>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to