Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r70476:5920843e1b48
Date: 2014-04-06 12:49 +0200
http://bitbucket.org/pypy/pypy/changeset/5920843e1b48/
Log: Better name in case we get a Fatal RPython error
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py
--- a/rpython/rlib/rthread.py
+++ b/rpython/rlib/rthread.py
@@ -9,8 +9,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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit