mirror of
https://github.com/python/cpython.git
synced 2026-06-27 05:16:16 -04:00
1ffe913c20
The `getlogin` function is not thread-safe: replace with `getlogin_r` where available.
Source files for standard library extension modules, and former extension modules that are now builtin modules.