comparison pkg-descr @ 73:117f9bd112b0

The "WWW" keyword is now part of the master project's Makefile
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 01 Oct 2022 14:00:50 +0200
parents b8cea9d588b1
children 82ca701f5432
comparison
equal deleted inserted replaced
72:5c077437ed98 73:117f9bd112b0
11 - Sandboxing: PyPy3 provides the ability to run untrusted code in a fully 11 - Sandboxing: PyPy3 provides the ability to run untrusted code in a fully
12 secure way. 12 secure way.
13 - Stackless: PyPy3 can be configured to run in stackless mode, providing 13 - Stackless: PyPy3 can be configured to run in stackless mode, providing
14 micro-threads for massive concurrency. 14 micro-threads for massive concurrency.
15 - As well as other features. 15 - As well as other features.
16
17 WWW: http://pypy.org