mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -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)
Source files for standard library extension modules, and former extension modules that are now builtin modules.