STINNER Victor added the comment:

> that's 3.4.0

I suggest you to upgrade to Python 3.4.2. Your issue may already be fixed. For 
example, there was the issue #21435 in the garbage collector. The issue was 
found with an asyncio code.

Your crash occurs at "_PyObject_GC_UNTRACK(self);" which is also related to the 
garbage collector.

----------

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

Reply via email to