mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier.
This commit is contained in:
parent
cfef0096f9
commit
043732e95d
2 changed files with 7 additions and 0 deletions
|
@ -63,6 +63,7 @@ class ResourcesScanner(Scanner):
|
|||
'FSpOpenOrphanResFile',
|
||||
'DetachResourceFile',
|
||||
'InsertResourceFile',
|
||||
'FSpResourceFileAlreadyOpen',
|
||||
])]
|
||||
|
||||
def makerepairinstructions(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue