mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141690)
This commit is contained in:
parent
4273616ebf
commit
b1558b6d3e
@ -0,0 +1 @@
|
||||
Removed the sqlite3_shutdown call that could cause closing connections for sqlite when used with multiple sub interpreters.
|
||||
@ -774,7 +774,6 @@ module_exec(PyObject *module)
|
||||
return 0;
|
||||
|
||||
error:
|
||||
sqlite3_shutdown();
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user