[pypy-commit] pypy default: Port change from stmgc-c7

arigo noreply at buildbot.pypy.org
Wed Aug 27 11:15:55 CEST 2014


Author: Armin Rigo <arigo at 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)
 


More information about the pypy-commit mailing list