summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorShiva Saxena <shivasaxena911@gmail.com>2019-02-02 19:21:04 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-02-02 19:21:04 (GMT)
commitcb0904762681031edc50f9d7d7ef48cffcf96d9a (patch)
treedf4e81c7ca9d0b6346a91751a48cffb482d092b2 /Misc
parentd08ea70464cb8a1f86134dcb4a5c2eac1a02bf1a (diff)
downloadcpython-cb0904762681031edc50f9d7d7ef48cffcf96d9a.zip
cpython-cb0904762681031edc50f9d7d7ef48cffcf96d9a.tar.gz
cpython-cb0904762681031edc50f9d7d7ef48cffcf96d9a.tar.bz2
bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)
https://bugs.python.org/issue32560
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-02-02-11-02-44.bpo-32560.I5WAGW.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-02-02-11-02-44.bpo-32560.I5WAGW.rst b/Misc/NEWS.d/next/Windows/2019-02-02-11-02-44.bpo-32560.I5WAGW.rst
new file mode 100644
index 0000000..bf2bf11
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-02-02-11-02-44.bpo-32560.I5WAGW.rst
@@ -0,0 +1,2 @@
+The ``py`` launcher now forwards its ``STARTUPINFO`` structure to child
+processes.