Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: 
Changeset: r67813:27c463966e39
Date: 2013-11-03 10:25 -0800
http://bitbucket.org/pypy/pypy/changeset/27c463966e39/

Log:    Document this 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
@@ -130,3 +130,7 @@
 only every 32 minor collection is enough). Should avoid the "memory
 leaks" observed in long-running processes, actually created by the
 jit compiling more and more rarely executed paths.
+
+.. branch: fix-trace-jit
+Fixed the usage of sys.settrace() with the JIT. Also made it so using
+sys.settrace() doesn't cause the GIL to be released on every single iteration.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to