]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36814: ensure os.posix_spawn() handles None (GH-13144)
authorAnthony Shaw <anthony.p.shaw@gmail.com>
Fri, 10 May 2019 02:00:06 +0000 (12:00 +1000)
committerVictor Stinner <vstinner@redhat.com>
Fri, 10 May 2019 02:00:06 +0000 (04:00 +0200)
commit948ed8c96b6912541a608591efe3e00fb520429a
treef425a515663321d16ded48c9cedf94ddf5ca371f
parentfce5ff1e18b522cf52379934a6560583d840e7f9
bpo-36814: ensure os.posix_spawn() handles None (GH-13144)

Fix an issue where os.posix_spawn() would incorrectly raise a TypeError
when file_actions is None.
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2019-05-06-23-13-26.bpo-36814.dSeMz_.rst [new file with mode: 0644]
Modules/posixmodule.c