PyPy 2.5.1 發布,Python 解釋器

dy223 9年前發布 | 11K 次閱讀 PyPy

PyPy 2.5.1 發布了,PyPy 是用Python實現的Python解釋器。

PyPy是,Python開發者為了更好的Hack Python創建的項目。此外,PyPy比CPython是更加靈活,易于使用和試驗,以制定具體的功能在不同情況的實現方法,可以很容易實施。 該項目的目標是,讓PyPy比C實現的Python更為容易的適應各個項目和方便裁剪。

下載地址:http://pypy.org/download.html

該版本值得關注的改進有:

  • The past months have seen pypy mature and grow, as rpython becomes the goto solution for writing fast dynamic language interpreters. Our separation of Rpython from the python interpreter PyPy is now much clearer in thePyPy documentation  and we now have seperate RPython documentation. Tell us what still isn’t clear, or even better help us improve the documentation.

    </li> </ul>

    • We merged version 2.7.9 of python’s stdlib. From the python release notice:

      </li>

      • The entirety of Python 3.4’s ssl module has been backported. See PEP 466 for justification.

        </li>

      • HTTPS certificate validation using the system’s certificate store is now enabled by default. See PEP 476 for details.

        </li>

      • SSLv3 has been disabled by default in httplib and its reverse dependencies due to the POODLE attack.

        </li>

      • The ensurepip module has been backported, which provides the pip package manager in every Python 2.7 installation. See PEP 477.

        </li> </ul>

      • The garbage collector now ignores parts of the stack which did not change since the last collection, another performance boost

        </li> </ul>

        • errno and LastError are saved around cffi calls so things like pdb will not overwrite it

          </li> </ul>

          • We continue to asymptotically approach a score of 7 times faster than cpython on our benchmark suite, we now rank 6.98 on latest runs

            </li>

          • Issues reported with our previous release were resolved after reports from users on our issue tracker at https://bitbucket.org/pypy/pypy/issues or on IRC at #pypy.

            </li> </ul> 來自:http://www.oschina.net/news/60925/pypy-2-5-1

             本文由用戶 dy223 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
             轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
             本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!