Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r73081:1977c04f2580 Date: 2014-08-27 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/1977c04f2580/
Log: Port change from stmgc-c7 diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py --- a/rpython/rlib/rthread.py +++ b/rpython/rlib/rthread.py @@ -8,8 +8,9 @@ from rpython.rtyper.lltypesystem.lloperation import llop from rpython.rtyper.tool import rffi_platform -class error(Exception): +class RThreadError(Exception): pass +error = RThreadError translator_c_dir = py.path.local(cdir) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit