Guest Post: How PortaOne uses PyPy for high-performance processing, coPortaOne leverages PyPy for efficient telecom services, enabling rapid delivery and customization while facilitating innovation in the industry.
Towards PyPy3.11 - an updateDevelopment on the Python 3.11 interpreter for PyPy is ongoing, with hopes for a beta version soon.
Guest Post: How PortaOne uses PyPy for high-performance processing, coPortaOne leverages PyPy for efficient telecom services, enabling rapid delivery and customization while facilitating innovation in the industry.
Towards PyPy3.11 - an updateDevelopment on the Python 3.11 interpreter for PyPy is ongoing, with hopes for a beta version soon.
PyPy v7.3.17 releasePyPy v7.3.17 introduces RISC-V JIT backend, improves REPL, and optimizes integer operations, supporting both Python 2.7 and 3.10.Community contributions are essential for the growth and improvement of the PyPy project.
Fixing a Bug in PyPy's Incremental GCThe article describes a challenging bug in PyPy's garbage collector that caused intermittent segfault crashes during AST rewriting phase of Pytest.The bug had been present since 2013, highlighting the complexity of identifying and resolving issues in PyPy's system.
Finding Simple Rewrite Rules for the JIT with Z3The article discusses the use of Z3 and Python-API to find local peephole rewrite rules in PyPy's JIT traces, inspired by John Regehr's work on compiler correctness.