pypy3.10
« Back to VersTracker
Description:
Implementation of Python 3 in Python
Type: Formula  |  Latest Version: 7.3.17@0  |  Tracked Since: Oct 29, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: python interpreter jit pypy runtime
Install: brew install pypy3.10
About:
PyPy is a high-performance, JIT-compiling alternative implementation of the Python programming language. This formula provides PyPy3.10, which tracks Python 3.10 syntax and features. It executes standard Python code by translating it to bytecode and optimizing it at runtime for significant speed improvements.
Key Features:
  • Just-In-Time (JIT) compilation for faster execution
  • Drop-in replacement for standard CPython
  • Reduced memory consumption
  • CPython 3.10 compatibility
Use Cases:
  • Accelerating CPU-bound Python applications
  • Long-running processes requiring memory efficiency
  • Running standard Python libraries with improved performance
Alternatives:
  • python@3.10 – Standard CPython implementation; generally faster startup time but slower raw execution speed compared to PyPy.
  • pypy3.9 – Previous PyPy version; 3.10 offers newer language syntax support.
Version History
Detected Version Rev Change Commit
Oct 29, 2025 8:26pm 1 VERSION_BUMP ffa04edd
Oct 15, 2025 5:03pm 1 VERSION_BUMP 33d5c247
Nov 27, 2024 12:44am 1 VERSION_BUMP 6e01dd64
Nov 10, 2024 1:46pm 1 VERSION_BUMP aff67a85