Author: Armin Rigo <[email protected]> Branch: Changeset: r64377:07fb30f3ae69 Date: 2013-05-21 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/07fb30f3ae69/
Log: Add a link diff --git a/pypy/doc/release-2.0.2.rst b/pypy/doc/release-2.0.2.rst --- a/pypy/doc/release-2.0.2.rst +++ b/pypy/doc/release-2.0.2.rst @@ -28,8 +28,8 @@ Highlights ========== -This release contains only the fix described above. A crash used to -occur if all these conditions were true: +This release contains only the fix described above. A crash (or wrong +results) used to occur if all these conditions were true: - your program is multithreaded; @@ -37,5 +37,10 @@ - it uses ctypes or cffi to issue external calls to C functions. +This was fixed in the branch `emit-call-x86`__ (see the example file +``bug1.py``). + +.. __: https://bitbucket.org/pypy/pypy/commits/7c80121abbf4 + Cheers, arigo et. al. for the PyPy team _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
