Author: Matti Picus <matti.pi...@gmail.com> Branch: win32-cleanup2 Changeset: r54425:db0e69d3f9ee Date: 2012-04-16 17:49 +0300 http://bitbucket.org/pypy/pypy/changeset/db0e69d3f9ee/
Log: experiment with llexternal definition diff --git a/pypy/rlib/rposix.py b/pypy/rlib/rposix.py --- a/pypy/rlib/rposix.py +++ b/pypy/rlib/rposix.py @@ -107,7 +107,7 @@ validate_fd = rffi.llexternal( "_PyVerify_fd", [rffi.INT], rffi.INT, _callable=validate_fd_emulator, compilation_info=eci, - _nowrapper=True, elidable_function=True, sandboxsafe=True, + _nowrapper=True, elidable_function=False, sandboxsafe=False, ) else: def validate_fd(fd): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit