summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAnthony Shaw <anthony.p.shaw@gmail.com>2019-05-10 02:00:06 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-05-10 02:00:06 (GMT)
commit948ed8c96b6912541a608591efe3e00fb520429a (patch)
treef425a515663321d16ded48c9cedf94ddf5ca371f /Misc
parentfce5ff1e18b522cf52379934a6560583d840e7f9 (diff)
downloadcpython-948ed8c96b6912541a608591efe3e00fb520429a.zip
cpython-948ed8c96b6912541a608591efe3e00fb520429a.tar.gz
cpython-948ed8c96b6912541a608591efe3e00fb520429a.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-05-06-23-13-26.bpo-36814.dSeMz_.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-06-23-13-26.bpo-36814.dSeMz_.rst b/Misc/NEWS.d/next/Library/2019-05-06-23-13-26.bpo-36814.dSeMz_.rst
new file mode 100644
index 0000000..3f40011
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-05-06-23-13-26.bpo-36814.dSeMz_.rst
@@ -0,0 +1 @@
+Fix an issue where os.posix_spawnp() would incorrectly raise a TypeError when file_actions is None. \ No newline at end of file