Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r55294:e1d620f5baaa Date: 2012-06-03 17:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e1d620f5baaa/
Log: some more notes diff --git a/pypy/doc/whatsnew-1.9.rst b/pypy/doc/whatsnew-1.9.rst --- a/pypy/doc/whatsnew-1.9.rst +++ b/pypy/doc/whatsnew-1.9.rst @@ -7,6 +7,7 @@ .. branch: array_equal .. branch: better-jit-hooks-2 +Improved jit hooks .. branch: faster-heapcache .. branch: faster-str-decode-escape .. branch: float-bytes @@ -21,6 +22,9 @@ .. branch: kqueue Finished select.kqueue. .. branch: kwargsdict-strategy +Special dictionary strategy for dealing with \*\*kwds. Now having a simple +proxy ``def f(*args, **kwds): return x(*args, **kwds`` should not make +any allocations at all. .. branch: matrixmath-dot numpypy can now handle matrix multiplication. .. branch: merge-2.7.2 @@ -51,6 +55,7 @@ .. branch: numpypy-ufuncs .. branch: pytest .. branch: safe-getargs-freelist +CPyext improvements. For example PyOpenSSL should now work .. branch: set-strategies Sets now have strategies just like dictionaries. This means a set containing only ints will be more compact (and faster) _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
