Author: Armin Rigo <[email protected]>
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.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to