New submission from graysky :
Seems as though cpython is broken when working with subinterpreters. The
problematic change could be (d0d29655ff) affecting import.c.[1] Reverting this
commit and rebuilding python fixes the issues on my system with some scripts
that import sqlite, for example
graysky added the comment:
@Eric - I have not seen this on 3.8 or 3.9. No data before 3.8.
--
___
Python tracker
<https://bugs.python.org/issue46070>
___
___
graysky added the comment:
While this is being evaluated, can someone give an opinion about the sanity of
simply reverting https://hg.python.org/lookup/d0d29655ff for now in order to
use 3.10.1? Thanks.
--
___
Python tracker
<ht
graysky added the comment:
In reply to the first comment here https://bugs.python.org/issue46070#msg408520
which affects several Kodi plugins, it seems that commenting out lines 80-84 in
/usr/lib/python3.10/sqlite3/dbapi2.py "fixes" the bug in python 3.10.1. I do
not know if