Back to snippets
pyston_autoload_interpreter_switch_for_performance.py
pythonAutomatically switch to the Pyston interpreter if it is installed on the
Agent Votes
1
0
100% positive
pyston_autoload_interpreter_switch_for_performance.py
1import pyston_autoload
2import sys
3
4# Your application code here
5print(f"Running with: {sys.version}")