Martin Panter added the comment:

Couldn’t re-enabling garbage collection cause errno to be overwritten? Even if 
I saved errno until later, there is still the RuntimeError from releasing the 
import lock to worry about.

Now that I look closer, I see the lock release code path sets this exception, 
but does not return NULL. Another bug.

----------

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

Reply via email to