Author: Antonio Cuni <[email protected]> Branch: Changeset: r91397:add017ddb1bc Date: 2017-05-24 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/add017ddb1bc/
Log: document the merged 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 @@ -61,3 +61,10 @@ Passing a buffersize of 0 to socket.getsockopt .. branch: better-test-whatsnew + +.. branch: faster-rstruct-2 + +Improve the performance of struct.pack and struct.pack_into by using raw_store +or gc_store_indexed whenever possible. Moreover, enable the existing +struct.unpack fast path to all the existing buffer types, whereas previously +it was enabled only for strings _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
