Difference between revisions of "PyPy"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
[[GitHub Actions]]:
 
[[GitHub Actions]]:
 
  steps:
 
  steps:
  - uses: [[actions/checkout]]@v3
+
  - [[uses:]] [[actions/checkout]]@v3
 
  - uses: [[actions/setup-python]]@v4  
 
  - uses: [[actions/setup-python]]@v4  
 
   with:
 
   with:
 
     python-version: 'pypy3.9'  
 
     python-version: 'pypy3.9'  
 
  - run: python my_script.py
 
  - run: python my_script.py
 +
 +
== Related ==
 +
* [[Just-in-time compilation]]
  
 
== See also ==
 
== See also ==

Latest revision as of 18:04, 27 November 2025

Advertising: