[pypy-commit] pypy default: document merged branches

mattip pypy.commits at gmail.com
Tue Mar 27 07:53:19 EDT 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r94147:25546c935c5e
Date: 2018-03-27 13:26 +0300
http://bitbucket.org/pypy/pypy/changeset/25546c935c5e/

Log:	document merged branches

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
@@ -58,3 +58,13 @@
 .. branch: rpython-sprint
 
 Refactor in rpython signatures
+
+.. branch: cpyext-tls-operror2
+
+Store error state thread-locally in executioncontext, fixes issue #2764
+
+.. branch: cpyext-fast-typecheck
+
+Optimize `Py*_Check` for `Bool`, `Float`, `Set`. Also refactor and simplify
+`W_PyCWrapperObject` which is used to call slots from the C-API, greatly
+improving microbenchmarks in https://github.com/antocuni/cpyext-benchmarks


More information about the pypy-commit mailing list