[issue22653] Crash in insertdict

Mark Shannon report at bugs.python.org
Thu Oct 16 15:43:09 CEST 2014


Mark Shannon added the comment:

The assertion on line 855
is a duplicate of the assertion on line 821, which is just before the reentrant DECREF. 
The assertion on line 821 appears to be correct.

I don't know why the assertion is at the end of the function rather than earlier, but hg blame says its my code :(

I'll put a patch together this weekend, once I've had time to reproduce the failure.

----------

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


More information about the Python-bugs-list mailing list