Files
cpython/Modules
Miss Islington (bot) 04d4692579 bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409)
Use Py_ssize_t instead of int for i.
(cherry picked from commit d52a83a3d4)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2019-06-26 14:20:09 -07:00
..
2019-06-18 21:55:59 -07:00

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