mirror of
https://github.com/python/cpython.git
synced 2026-06-14 15:12:22 -04:00
6b8e0ed562
_read_null(), because _read_null() cannot be used on AIX. On AIX, reading from NULL is allowed: the first page of memory is a mapped read-only on AIX. _read_null() and _sigabrt() don't accept parameters.
Source files for standard library extension modules, and former extension modules that are now builtin modules.