]> granicus.if.org Git - python/commit
bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn...
authorZackery Spytz <zspytz@gmail.com>
Wed, 26 Jun 2019 20:54:20 +0000 (14:54 -0600)
committerPablo Galindo <Pablogsal@gmail.com>
Wed, 26 Jun 2019 20:54:19 +0000 (21:54 +0100)
commitd52a83a3d471ff3c7e9ebfa1731765e5334f7c24
tree0d5021501766a6a3e33b02c3dc2e832e3c49f461
parent7213df7bbfd85378c6e42e1ac63144d5974bdcf6
bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409)

Use Py_ssize_t instead of int for i.
Modules/posixmodule.c