GH-89435: os.path should not be a frozen module (#126924)

This commit is contained in:
Filipe Laíns 🇵🇸 2024-11-22 18:50:30 +00:00 committed by GitHub
parent 4759ba6eec
commit a264637654
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View file

@ -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',