]> 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:29:01 +0000 (20:29 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 03:29:01 +0000 (20:29 -0700)
commit29bde48ade5dbd5d88cfe309653014c84bebb89c
treee92c6380fc21f625e5f42de977693d8f3cafdc68
parent99df5e837334b62c29c979bb0806f525778a4f3e
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]