mirror of
https://github.com/python/cpython.git
synced 2025-10-27 00:36:52 +00:00
bpo-46933: Make pwd module optional (GH-31700)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This commit is contained in:
parent
3b3be05a16
commit
ca9689f8da
11 changed files with 496 additions and 560 deletions
|
|
@ -32,4 +32,4 @@ _stat _stat.c
|
|||
_symtable symtablemodule.c
|
||||
|
||||
# for systems without $HOME env, used by site._getuserbase()
|
||||
pwd pwdmodule.c
|
||||
@MODULE_PWD_TRUE@pwd pwdmodule.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue