Author: Amaury Forgeot d'Arc <[email protected]>
Branch: more-rposix
Changeset: r78316:2151aaead9c9
Date: 2015-06-25 23:09 +0200
http://bitbucket.org/pypy/pypy/changeset/2151aaead9c9/
Log: Another function to hide from the jit. I don't know why they are
needed now. Maybe because llimpl functions were also never jitted?
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -1349,6 +1349,7 @@
return handle_posix_error('killpg', c_killpg(pgrp, sig))
@replace_os_function('_exit')
[email protected]_look_inside
def exit(status):
debug.debug_flush()
c_exit(status)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit