[pypy-commit] pypy default: reference the pypyjit module from command-line JIT help

mattip pypy.commits at gmail.com
Thu Aug 22 06:09:52 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r97239:d21503421f0c
Date: 2019-08-22 13:09 +0300
http://bitbucket.org/pypy/pypy/changeset/d21503421f0c/

Log:	reference the pypyjit module from command-line JIT help

diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app_main.py
@@ -226,6 +226,8 @@
     print '    turn off the JIT'
     print ' help'
     print '    print this page'
+    print
+    print 'The "pypyjit" module can be used to control the JIT from inside python'
 
 def print_version(*args):
     print >> sys.stderr, "Python", sys.version


More information about the pypy-commit mailing list