[pypy-commit] pypy default: document branch

arigo pypy.commits at gmail.com
Tue May 3 06:39:49 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r84169:4d09e9d8eb6e
Date: 2016-05-03 12:39 +0200
http://bitbucket.org/pypy/pypy/changeset/4d09e9d8eb6e/

Log:	document branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -61,3 +61,8 @@
 calls PyXxx", we now silently acquire/release the GIL.  Helps with
 CPython C extension modules that call some PyXxx() functions without
 holding the GIL (arguably, they are theorically buggy).
+
+.. branch: cpyext-test-A
+
+Get the cpyext tests to pass with "-A" (i.e. when tested directly with
+CPython).


More information about the pypy-commit mailing list