]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 03:33:24 +0000 (20:33 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 03:33:24 +0000 (20:33 -0700)
commit64947dc81a94692fa8ed21c2199a19a0188150ad
tree3afecbffdf1e46ecbd3b1c2210b2648bf72f0e3f
parent23669330b7d0d5ad1a9aac40315ba4c2e765f9dd
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)

This only happened when initializing the subprocess to run a module.
This recent bug only affected 3.7.4 and 3.8.0b2 to 3.8.0b4.
(cherry picked from commit c59295a1ca304f37ca136dd7efca9e560db27d28)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/runscript.py
Misc/NEWS.d/next/IDLE/2019-09-09-22-08-36.bpo-38077.Mzpfe2.rst [new file with mode: 0644]