Author: Amaury Forgeot d'Arc <[email protected]>
Branch: more-rposix
Changeset: r78308:f4d30da9a715
Date: 2015-06-12 13:22 +0200
http://bitbucket.org/pypy/pypy/changeset/f4d30da9a715/
Log: jit.dont_look_inside(forkpty)
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -804,6 +804,7 @@
lltype.free(slave_p, flavor='raw')
@replace_os_function('forkpty')
[email protected]_look_inside
def forkpty():
master_p = lltype.malloc(rffi.INTP.TO, 1, flavor='raw')
master_p[0] = rffi.cast(rffi.INT, -1)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit