Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r83786:2e4ca5042b6b
Date: 2016-04-20 09:06 +0200
http://bitbucket.org/pypy/pypy/changeset/2e4ca5042b6b/

Log:    PyPyGILState_Ensure() is not fixed in default. It is only fixed in
        cpyext-ext

diff --git a/pypy/doc/release-5.1.0.rst b/pypy/doc/release-5.1.0.rst
--- a/pypy/doc/release-5.1.0.rst
+++ b/pypy/doc/release-5.1.0.rst
@@ -75,6 +75,8 @@
   * Fix a corner case in the JIT
 
   * Fix edge cases in the cpyext refcounting-compatible semantics
+    (more work on cpyext compatibility is coming in the ``cpyext-ext``
+    branch, but isn't ready yet)
 
   * Try harder to not emit NEON instructions on ARM processors without NEON
     support
@@ -99,9 +101,6 @@
 
   * Fix an issue with forkpty()
 
-  * Fix issue with GIL and C-API multithreading, we care if PyPyGILState_Ensure
-    is called before initializing the GIL where cpython allows unsafe behaviour
-
   * Issues reported with our previous release were resolved_ after reports 
from users on
     our issue tracker at https://bitbucket.org/pypy/pypy/issues or on IRC at
     #pypy
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to