diff options
Diffstat (limited to 'Misc/NEWS.d/3.7.0b1.rst')
-rw-r--r-- | Misc/NEWS.d/3.7.0b1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.7.0b1.rst b/Misc/NEWS.d/3.7.0b1.rst index ec7b3c8..aad642e 100644 --- a/Misc/NEWS.d/3.7.0b1.rst +++ b/Misc/NEWS.d/3.7.0b1.rst @@ -180,8 +180,8 @@ longer raises ``RecursionError``; OrderedDict similarly. Instead, use .. section: Core and Builtins 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. +demand" to fix a race condition when PyGILState_Ensure() is called in a +non-Python thread. .. |