[issue26617] Assertion failed in gc with __del__ and weakref

Guido van Rossum report at bugs.python.org
Sat Oct 1 13:56:00 EDT 2016


Guido van Rossum added the comment:

Ben Bangert reported to me that this crash caused instabilities in an app using asyncio (https://github.com/home-assistant/home-assistant/issues/3453). This hack made his crashes go away:
https://github.com/home-assistant/home-assistant/commit/922dbba8814b81b69471dc4f1bf5c5a3b2bfe4ed

What are the chances of getting the crash fixed in 3.5.3 and 3.6b2?

----------
nosy: +gvanrossum

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26617>
_______________________________________


More information about the Python-bugs-list mailing list