diff options
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins/2017-12-04-18-34-11.bpo-20891.C2TsfR.rst')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2017-12-04-18-34-11.bpo-20891.C2TsfR.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-12-04-18-34-11.bpo-20891.C2TsfR.rst b/Misc/NEWS.d/next/Core and Builtins/2017-12-04-18-34-11.bpo-20891.C2TsfR.rst new file mode 100644 index 0000000..abf9c3c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2017-12-04-18-34-11.bpo-20891.C2TsfR.rst @@ -0,0 +1,3 @@ +Py_Initialize() now creates the GIL. The GIL is no longer created "on demand" +to fix a race condition when PyGILState_Ensure() is called in a non-Python +thread. |