Author: Maciej Fijalkowski <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to