[pypy-commit] pypy default: Note

arigo pypy.commits at gmail.com
Tue Jan 5 09:05:02 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r81586:26ede037cdb3
Date: 2016-01-05 15:04 +0100
http://bitbucket.org/pypy/pypy/changeset/26ede037cdb3/

Log:	Note

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
@@ -108,4 +108,5 @@
 
 Optimize the case where, in a new C-created thread, we keep invoking
 short-running Python callbacks.  (CFFI on CPython has a hack to achieve
-the same result.)
+the same result.)  This can also be seen as a bug fix: previously,
+thread-local objects would be reset between two such calls.


More information about the pypy-commit mailing list