mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
GH-89435: os.path should not be a frozen module (#126924)
This commit is contained in:
parent
4759ba6eec
commit
a264637654
2 changed files with 0 additions and 5 deletions
|
@ -63,9 +63,6 @@ FROZEN = [
|
|||
'genericpath',
|
||||
'ntpath',
|
||||
'posixpath',
|
||||
# We must explicitly mark os.path as a frozen module
|
||||
# even though it will never be imported.
|
||||
f'{OS_PATH} : os.path',
|
||||
'os',
|
||||
'site',
|
||||
'stat',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue