Author: Armin Rigo <[email protected]> Branch: Changeset: r63475:f4d28fb34dc2 Date: 2013-04-18 09:12 +0200 http://bitbucket.org/pypy/pypy/changeset/f4d28fb34dc2/
Log: typos (thanks kirma) 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 @@ -43,11 +43,11 @@ Rudimentary support for bytearray in RPython .. branch: refactor-call_release_gil -Fix a bug which casused cffi to return the wrong result when calling a C +Fix a bug which caused cffi to return the wrong result when calling a C function which calls a Python callback which forces the frames .. branch: virtual-raw-mallocs -JIT optimizations which makes cffi calls even faster, by removing the need to +JIT optimizations which make cffi calls even faster, by removing the need to allocate a temporary buffer where to store the arguments. .. branch: improve-docs-2 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
