Mercurial > hgrepos > FreeBSD > ports > PyPy
diff lang/pypy310/files/patch-rpython_rlib_rposix.py @ 199:8b567a874360
Upgrade to PyPy v7.3.19.
BUGS:
- pypy311 not yet supported.
- pypy39 not yet deleted.
- Tests for pypy3 not yet runnable.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Mar 2025 13:45:29 +0100 |
| parents | 9cc467368751 |
| children |
line wrap: on
line diff
--- a/lang/pypy310/files/patch-rpython_rlib_rposix.py Sat Jan 20 07:37:03 2024 +0100 +++ b/lang/pypy310/files/patch-rpython_rlib_rposix.py Wed Mar 12 13:45:29 2025 +0100 @@ -1,6 +1,6 @@ ---- rpython/rlib/rposix.py.orig 2023-12-24 19:15:32 UTC +--- rpython/rlib/rposix.py.orig 2025-02-24 17:28:26 UTC +++ rpython/rlib/rposix.py -@@ -214,6 +214,8 @@ else: +@@ -212,6 +212,8 @@ else: includes.append('sys/sysmacros.h') if sys.platform.startswith('freebsd') or sys.platform.startswith('openbsd'): includes.append('sys/ttycom.h') @@ -9,7 +9,7 @@ libraries = ['util'] eci = ExternalCompilationInfo( -@@ -3057,6 +3059,30 @@ if sys.platform.startswith('linux'): +@@ -3067,6 +3069,30 @@ if sys.platform.startswith('linux'): """Passes offset==NULL; not support on all OSes""" res = c_sendfile(out_fd, in_fd, lltype.nullptr(_OFF_PTR_T.TO), count) return handle_posix_error('sendfile', res)
