mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Added an optional file with MacErrors.h extensions: IC errors aren't in there.
Bugfix candidate.
This commit is contained in:
parent
44c4c6dbd6
commit
117dbdf4b4
2 changed files with 19 additions and 0 deletions
|
|
@ -123,6 +123,12 @@ def main():
|
|||
parse_errors_h(fp, dict)
|
||||
fp.close()
|
||||
|
||||
fss, ok = macfs.PromptGetFile("Where is mkestrres-MacErrors.h?")
|
||||
if not ok: return
|
||||
fp = open(fss.as_pathname())
|
||||
parse_errors_h(fp, dict)
|
||||
fp.close()
|
||||
|
||||
if not dict:
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue