Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5058:a80fed801aa1 Date: 2013-09-13 19:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/a80fed801aa1/
Log: Tweak diff --git a/talk/pycon2014/abstract.rst b/talk/pycon2014/abstract.rst --- a/talk/pycon2014/abstract.rst +++ b/talk/pycon2014/abstract.rst @@ -6,7 +6,7 @@ PyPy is a fast alternative Python implementation. Software Transactional Memory is a current academic research topic. Put the two -together --brew for a couple of years-- and we obtain a version of PyPy +together --brew for a couple of years-- and we get a version of PyPy that runs on multiple cores, without the infamous Global Interpreter Lock (GIL). It has been released in 2013 in beta, including integration with the Just-in-Time compiler. diff --git a/talk/pyconza2013/abstract.rst b/talk/pyconza2013/abstract.rst --- a/talk/pyconza2013/abstract.rst +++ b/talk/pyconza2013/abstract.rst @@ -3,7 +3,7 @@ PyPy is a fast alternative Python implementation. Software Transactional Memory is a current academic research topic. Put the two -together --brew for a couple of years-- and we obtain a version of PyPy +together --brew for a couple of years-- and we get a version of PyPy that runs on multiple cores, without the infamous Global Interpreter Lock (GIL). It has been freshly released in beta, including integration with the Just-in-Time compiler. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
