[pypy-commit] pypy default: ARGH

fijal noreply at buildbot.pypy.org
Sat May 11 18:55:46 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r63989:6545ccd0c972
Date: 2013-05-11 18:54 +0200
http://bitbucket.org/pypy/pypy/changeset/6545ccd0c972/

Log:	ARGH

diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py
--- a/rpython/rlib/entrypoint.py
+++ b/rpython/rlib/entrypoint.py
@@ -30,7 +30,7 @@
                 else:
                     print str(e)
                     pypy_debug_catch_fatal_exception()
-                    llop.debug_fatalerror(lltype.Void)
+                    llop.debug_fatalerror(lltype.Void, "error in c callback")
                     assert 0 # dead code
             rffi.stackcounter.stacks_counter -= 1
             return res


More information about the pypy-commit mailing list