import sys

# No JIT on win32.
if sys.platform == 'win32':
    config.unsupported = True
