[issue41335] free(): invalid pointer in list_ass_item() in Python 3.7.3

Christian Heimes report at bugs.python.org
Thu Jul 23 10:02:32 EDT 2020


Christian Heimes <lists at cheimes.de> added the comment:

int_free() and small_ints in the traceback likely point to a reference counting issue for small integers in range of -5 to +256. These integers are cached and should never get freed in the middle of a process.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41335>
_______________________________________


More information about the Python-bugs-list mailing list