Lines Matching defs:sys
131 import_test="hasattr(sys.implementation, 'cache_tag')"
136 import sys, os, py_compile, $import_lib
140 sys.stdout.write('Byte-compiling python modules...\n')
147 sys.stdout.write(file)
148 sys.stdout.flush()
153 sys.stdout.write('\n')" || exit $?
157 import sys, os, py_compile, $import_lib
160 if hasattr(sys, 'pypy_translation_info') and sys.hexversion < 0x03050000:
161 sys.exit(0)
164 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')
171 sys.stdout.write(file)
172 sys.stdout.flush()
177 sys.stdout.write('\n')" 2>/dev/null || :
180 import sys, os, py_compile, $import_lib
183 if sys.hexversion < 0x03050000:
184 sys.exit(0)
187 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')
194 sys.stdout.write(file)
195 sys.stdout.flush()
200 sys.stdout.write('\n')" 2>/dev/null || exit $?