You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address PR feedback - add detailed SQLite threading explanation and revert variable name
- Add detailed explanation of SQLite threading compatibility issue in Python 3.12+
- Revert variable name from 'base_exception_trace' to 'exception_trace'
- Addresses PR comments from @aaronsteers
Co-Authored-By: AJ Steers <[email protected]>
reason="Concurrent read failure compatibility issue with Python 3.12+",
967
+
reason="SQLite threading compatibility issue: Python 3.12+ has stricter thread safety checks that cause 'InterfaceError: bad parameter or other API misuse' when SQLite connections are shared across threads in the concurrent framework",
0 commit comments