Author: mattip <[email protected]> Branch: release-2.5.x Changeset: r76382:2b4de661d01c Date: 2015-03-14 20:40 +0200 http://bitbucket.org/pypy/pypy/changeset/2b4de661d01c/
Log: document critical fix for issue #1996 diff --git a/pypy/doc/whatsnew-2.5.1.rst b/pypy/doc/whatsnew-2.5.1.rst --- a/pypy/doc/whatsnew-2.5.1.rst +++ b/pypy/doc/whatsnew-2.5.1.rst @@ -9,7 +9,7 @@ Non-blocking file reads sometimes raised EAGAIN even though they had buffered data waiting, fixed in b1c4fcb04a42 - +Fix a bug in cpyext in multithreded programs acquiring/releasing the GIL .. branch: vmprof _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
