Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

PR 7126 adds several assert(!PyErr_Occurred()) for earlier detection of leaked 
exceptions. And the failure in adding to gc.garbage is no longer fatal. It is 
better to not add an object to gc.garbage in this iteration than crash when we 
run garbage collection when have no memory.

----------

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

Reply via email to