[issue42064] Convert sqlite3 to multi-phase initialisation (PEP 489)

Erlend Egeberg Aasland report at bugs.python.org
Tue Oct 20 18:59:25 EDT 2020


Erlend Egeberg Aasland <erlend.aasland at innova.no> added the comment:

Connection.__init__() fixed by iterating though tp_bases in order to find the correct base class to load the state from. There should be a better way to do this than to dig through type member internals.

----------

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


More information about the Python-bugs-list mailing list