comparison pkg-descr @ 100:a36fc15432fc

Build settings for PyPy3.9: additional shebangfix files and an extra pkg-plist. PyPy3.9 now builds properly.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 09 Oct 2022 12:57:54 +0200
parents c356842bd68c
children
comparison
equal deleted inserted replaced
99:447a10e4b711 100:a36fc15432fc
1 PyPy3 is a fast, compliant alternative implementation of the Python 1 PyPy3 is a fast, compliant alternative implementation of the Python
2 language (3.7.13, 3.8.13). It has several advantages and distinct features: 2 language (3.7.13, 3.8.13, 3.9.12). It has several advantages and distinct
3 features:
3 4
4 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster 5 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster
5 on PyPy3. 6 on PyPy3.
6 - Memory usage: large, memory-hungry Python programs might end up taking less 7 - Memory usage: large, memory-hungry Python programs might end up taking less
7 space than they do in CPython. 8 space than they do in CPython.