On Sun, Jun 5, 2011 at 4:18 PM, Caleb Hattingh <[email protected]> wrote: > In lib-pypy/_sqlite3.py, line 239 (in Win 1.5 stable release) in class > Connection(object): > > def __init__(self, database, isolation_level="", detect_types=0, > timeout=None, cached_statements=None, factory=None): > ...might need to become: > def __init__(self, database, isolation_level="", detect_types=0, > timeout=None, cached_statements=None, factory=None, > check_same_thread=False):
Fixed on trunk _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
