[issue46070] broken subinterpreters

2021-12-14 Thread graysky
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

[issue46070] broken subinterpreters

2021-12-14 Thread graysky
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> ___ ___

[issue46070] broken subinterpreters

2021-12-14 Thread graysky
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

[issue46070] _PyImport_FixupExtensionObject() regression causing a crash in subintepreters

2022-01-03 Thread graysky
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