Files
cpython/Modules
Duane Griffin 1ffe913c20 gh-127081: use getlogin_r if available (gh-132751)
The `getlogin` function is not thread-safe: replace with `getlogin_r` where
available.
2025-06-03 13:28:58 -04:00
..
2023-05-22 06:14:48 +05:30
2025-05-07 14:50:39 -05:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.