SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 2 Python

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.
V
Victor Stinner committed
d72e8d487553c103bf2742e229f8266b515fd951
Parent: 76b5d71
Committed by GitHub <noreply@github.com> on 3/23/2021, 4:42:51 PM