commit | d72e8d487553c103bf2742e229f8266b515fd951 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 23 17:42:51 2021 +0100 |
committer | GitHub <noreply@github.com> | Tue Mar 23 17:42:51 2021 +0100 |
tree | c0cec7aa275f3bcb12d26e6535aaea7f3a6ad3e2 | |
parent | 76b5d714e4e2b9f3b63847325cba51d4c4dc36bc [diff] |
bpo-41718: subprocess imports grp and pwd on demand (GH-24987) The shutil and subprocess modules now only import the grp and pwd modules when they are needed, which is not the case by default in subprocess.