Author: Amaury Forgeot d'Arc <[email protected]>
Branch: more-rposix
Changeset: r77381:804e2318f544
Date: 2015-05-18 23:13 +0200
http://bitbucket.org/pypy/pypy/changeset/804e2318f544/

Log:    Restore dont_look_inside annotation

diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -779,6 +779,7 @@
                      save_err=rffi.RFFI_SAVE_ERRNO)
 
 @replace_os_function('fork')
[email protected]_look_inside
 def fork():
     # NB. keep forkpty() up-to-date, too
     ofs = debug.debug_offset()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to