https://www.pypy.org/posts/2024/04/pypy-v7316-release.html Skip to main content PyPy/ * Features + What is PyPy? + Compatibility + Performance * Download * Dev Docs * Blog + Index + Tags + Archive by year + RSS feed + Old site * About + Twitter + IRC logs + YouTube + Twitch + Sponsors + How To Help? + Contact [ ] [Local Search] PyPy v7.3.16 release mattip 2024-04-23 12:22 Comments PyPy v7.3.16: release of python 2.7, 3.9, and 3.10P The PyPy team is proud to release version 7.3.16 of PyPy. This release includes security fixes from upstream CPython, and bugfixes to the garbage collector, described in a gc bug-hunt blog post. The release includes three different interpreters: + PyPy2.7, which is an interpreter supporting the syntax and the features of Python 2.7 including the stdlib for CPython 2.7.18+ (the + is for backported security updates) + PyPy3.9, which is an interpreter supporting the syntax and the features of Python 3.9, including the stdlib for CPython 3.9.19. + PyPy3.10, which is an interpreter supporting the syntax and the features of Python 3.10, including the stdlib for CPython 3.10.14. The interpreters are based on much the same codebase, thus the multiple release. This is a micro release, all APIs are compatible with the other 7.3 releases. It follows after 7.3.15 release on Jan 15, 2024 We recommend updating. You can find links to download the v7.3.16 releases here: https://pypy.org/download.html We would like to thank our donors for the continued support of the PyPy project. If PyPy is not quite good enough for your needs, we are available for direct consulting work. If PyPy is helping you out, we would love to hear about it and encourage submissions to our blog via a pull request to https://github.com/pypy/pypy.org We would also like to thank our contributors and encourage new people to join the project. PyPy has many layers and we need help with all of them: bug fixes, PyPy and RPython documentation improvements, or general help with making RPython's JIT even better. If you are a python library maintainer and use C-extensions, please consider making a HPy / CFFI / cppyy version of your library that would be performant on PyPy. In any case, both cibuildwheel and the multibuild system support building wheels for PyPy. What is PyPy?P PyPy is a Python interpreter, a drop-in replacement for CPython It's fast (PyPy and CPython 3.7.4 performance comparison) due to its integrated tracing JIT compiler. We also welcome developers of other dynamic languages to see what RPython can do for them. We provide binary builds for: + x86 machines on most common operating systems (Linux 32/64 bits, Mac OS 64 bits, Windows 64 bits) + 64-bit ARM machines running Linux (aarch64). + Apple M1 arm64 machines (macos_arm64). + s390x running Linux PyPy support Windows 32-bit, Linux PPC64 big- and little-endian, and Linux ARM 32 bit, but does not release binaries. Please reach out to us if you wish to sponsor binary releases for those platforms. Downstream packagers provide binary builds for debian, Fedora, conda, OpenBSD, FreeBSD, Gentoo, and more. What else is new?P For more information about the 7.3.16 release, see the full changelog . Please update, and continue to help us make pypy better. Cheers, The PyPy Team * release * Previous post Comments The PyPy blogposts Create a guest post via a PR to the source repo Recent Posts * PyPy v7.3.16 release * Fixing a Bug in PyPy's Incremental GC * PyPy v7.3.15 release * PyPy has moved to Git, GitHub * PyPy v7.3.14 release * PyPy v7.3.13 release * PyPy v7.3.12 release * RPython-based emulator speeds up RISC-V simulation over 15x * Repeated string concatenation is quadratic in PyPy (and CPython) * PyPy v7.3.11 release Archives * 2007 (19) * 2008 (62) * 2009 (38) * 2010 (44) * 2011 (43) * 2012 (44) * 2013 (46) * 2014 (22) * 2015 (20) * 2016 (20) * 2017 (13) * 2018 (12) * 2019 (12) * 2020 (9) * 2021 (10) * 2022 (13) * 2023 (6) * 2024 (3) Tags * arm (2) * casestudy (2) * cli (1) * compiler (1) * cpyext (4) * CPython (3) * ep2008 (1) * extension modules (3) * gc (1) * GraalPython (1) * hpy (1) * Heptapod (1) * jit (20) * jython (1) * kcachegrind (1) * meta (1) * numpy (24) * parser (1) * performance (2) * profiling (4) * pypy (6) * pypy3 (16) * PyQt4 (1) * release (61) * releasecffi (3) * releaserevdb (1) * releasestm (1) * revdb (1) * roadmap (2) * RPyC (1) * speed (6) * sponsors (7) * sprint (3) * sprints (1) * stm (14) * sun (1) * Smalltalk (1) * Squeak (1) * testing (1) * unicode (1) * valgrind (1) (c) 2024 The PyPy Team Built with Nikola Last built 2024-04-23T22:44 RSS feed