Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Modules
posixmodule.c
Find file
Blame
History
Permalink
bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409)
· d52a83a3
Zackery Spytz
authored
Jun 26, 2019
Use Py_ssize_t instead of int for i.
d52a83a3