Author: Matti Picus <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to