| commit | 3a228ab17c2a9cffd1a2f15f30d6209768de20a6 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@redhat.com> | Thu Nov 01 00:26:41 2018 +0100 |
| committer | GitHub <noreply@github.com> | Thu Nov 01 00:26:41 2018 +0100 |
| tree | 9f976a1179349145541c093cb792e4ee93beecb8 | |
| parent | 2be00d987d37682a55db67c298e82c405d01b868 [diff] |
bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) Don't call _Py_FatalError_PrintExc() nor flush_std_files() if the current thread doesn't hold the GIL, or if the current thread has no Python state thread.