Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

import os
import sys
# So that you can still run this module under standard CPython, I add this
# import guard that creates a dummy class instead.
try:
from rpython.rlib.jit import JitDriver
except ImportError:
class JitDriver(object):
def __init__(self,**kw): pass