mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
0d35a59ce3
- check for ``dup()`` libc function - handle missing ``F_DUPFD`` in ``dup2()`` replacement function - add workaround for WASI libc bug in MSG_TRUNC - ESHUTDOWN is missing, use EPIPE instead - POLLPRI is missing, define as 0 (no-op)
Miscellaneous source files for the main Python shared library