Lines Matching refs:Python
1 #!/usr/local/bin/python -O
3 """ A Python Benchmark Suite
6 # Note: Please keep this module compatible to Python 2.6.
8 # Tests may include features in later Python versions, but these
119 python = platform.python_version()
134 'python': platform.python_version(),
148 'Python:',
151 ' Version: %s' % d.get('python', 'n/a'),
757 header = ("PYBENCH - a benchmark test suite for Python "
816 python pybench.py -s p25.pybench -c p21.pybench
846 getattr(platform, 'python_implementation', lambda:'Python')(),
854 print('* Python version doesn\'t support garbage collection')
859 print('* Python version doesn\'t support gc.disable')
870 print('* Python version doesn\'t support sys.setcheckinterval')