commit | 29bde48ade5dbd5d88cfe309653014c84bebb89c | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Sep 09 20:29:01 2019 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 09 20:29:01 2019 -0700 |
tree | e92c6380fc21f625e5f42de977693d8f3cafdc68 | |
parent | 99df5e837334b62c29c979bb0806f525778a4f3e [diff] |
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>