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-10-19.21:50:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603144253.27.0.247296992209.issue42064@roundup.psfhosted.org>
In-reply-to
Content
Work with item 7 is progressing; see WIP branch for details. Current showstopper is how to fetch module state from Connection.__init__ when it has been overloaded (for example in /Lib/sqlite3/test/factory.py). Guessing that Py_TYPE(self) does not return the sqlite3.Connection type.
History
Date User Action Args
2020-10-19 21:50:53erlendaaslandsetrecipients: + erlendaasland, vstinner, berker.peksag, corona10
2020-10-19 21:50:53erlendaaslandsetmessageid: <1603144253.27.0.247296992209.issue42064@roundup.psfhosted.org>
2020-10-19 21:50:53erlendaaslandlinkissue42064 messages
2020-10-19 21:50:53erlendaaslandcreate