[issue28120] SQLAlchemy's expire_instance() causes _PyDict_Pop: Assertion `ix >= 0' failed.

Christian Heimes report at bugs.python.org
Tue Sep 13 07:36:10 EDT 2016


Christian Heimes added the comment:

The issue is not related to Blaze. It is caused by a SQLAlchemy method. expire_instance() calls pop(name, None) on instance __dict__.

----------

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


More information about the Python-bugs-list mailing list