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 erlendaasland
Recipients berker.peksag, corona10, erlendaasland, vstinner
Date 2020-11-03.20:19:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604434797.39.0.257288489875.issue42064@roundup.psfhosted.org>
In-reply-to
Content
FYI, rebased https://github.com/erlend-aasland/cpython/tree/bpo-42064/all onto master, added Petr Viktorin's _PyType_GetModuleByDef() for use in item 7 (module state). I still run into problems in item 8, but I haven't devoted much time for this yet:
Modules/gcmodule.c:116: gc_decref: Assertion "gc_get_refs(g) > 0" failed: refcount is too small
Enable tracemalloc to get the memory block allocation traceback

object address  : 0x7f861140c6b0
object refcount : 2
object type     : 0x109666678
object type name: type
object repr     : <class 'sqlite3.InterfaceError'>

Fatal Python error: _PyObject_AssertFailed: _PyObject_AssertFailed
Python runtime state: finalizing (tstate=0x7f8631409000)
History
Date User Action Args
2020-11-03 20:19:57erlendaaslandsetrecipients: + erlendaasland, vstinner, berker.peksag, corona10
2020-11-03 20:19:57erlendaaslandsetmessageid: <1604434797.39.0.257288489875.issue42064@roundup.psfhosted.org>
2020-11-03 20:19:57erlendaaslandlinkissue42064 messages
2020-11-03 20:19:56erlendaaslandcreate