Skip to content

Commit f7ec7f3

Browse files
Removed sqlite3_shutdown() call to prevent sqlite crashing while using subinterpreters
1 parent 9ce99c6 commit f7ec7f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/_sqlite/module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,6 @@ module_exec(PyObject *module)
774774
return 0;
775775

776776
error:
777-
sqlite3_shutdown();
778777
return -1;
779778
}
780779

0 commit comments

Comments
 (0)