[pypy-commit] pypy py3.7-call-changes: document branch

cfbolz pypy.commits at gmail.com
Fri Jan 17 15:33:50 EST 2020


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: py3.7-call-changes
Changeset: r98548:c166c3f44788
Date: 2020-01-17 14:32 +0100
http://bitbucket.org/pypy/pypy/changeset/c166c3f44788/

Log:	document 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
@@ -16,3 +16,8 @@
 .. branch: bpo-16055
 
 Fixes incorrect error text for ``int('1', base=1000)``
+
+.. branch py3.7-call-changes
+
+Implement the CPython 3.7 changes to the call bytecodes, including supporting
+more than 255 arguments.


More information about the pypy-commit mailing list