Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r4944:9fffdbec141b Date: 2013-02-28 19:30 +0200 http://bitbucket.org/pypy/extradoc/changeset/9fffdbec141b/
Log: add an item from cfbolz diff --git a/blog/draft/10years.rst b/blog/draft/10years.rst --- a/blog/draft/10years.rst +++ b/blog/draft/10years.rst @@ -34,5 +34,7 @@ optimizations --faassen. --no-faassen was added automatically doing nothing. Then we decided to grow up and renamed it to -O2 and -Ojit. +* the first time the Python interpreter successfully compiled to C, it segfaulted because the code generator used signed chars instead of unsigned chars + Cheers, fijal, arigo and the pypy team. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
