commit | 2914bb32e2adf8dff77c0ca58b33201bc94e398c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 29 11:57:45 2018 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 29 11:57:45 2018 +0100 |
tree | 1a2e9e064f9dbc362c2b3c5bbb52affadaa448fa | |
parent | 8997f9cd1a59f04fbb8c7b590295a9f38c548744 [diff] |
bpo-20891: Py_Initialize() now creates the GIL (#4700) The GIL is no longer created "on demand" to fix a race condition when PyGILState_Ensure() is called in a non-Python thread.