This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Howard_Landman, christian.heimes, stestagg
Date 2020-07-23.14:02:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595512952.41.0.858606056159.issue41335@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-07-23 14:02:32christian.heimessetrecipients: + christian.heimes, stestagg, Howard_Landman
2020-07-23 14:02:32christian.heimessetmessageid: <1595512952.41.0.858606056159.issue41335@roundup.psfhosted.org>
2020-07-23 14:02:32christian.heimeslinkissue41335 messages
2020-07-23 14:02:32christian.heimescreate