mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Open library resource file read-only
This commit is contained in:
parent
4e04373073
commit
fc0ff42034
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ PyMac_AddLibResources()
|
|||
|
||||
if ( !library_fss_valid )
|
||||
return;
|
||||
fd = FSpOpenResFile(&library_fss, fsRdWrShPerm);
|
||||
fd = FSpOpenResFile(&library_fss, fsRdPerm);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue