mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Close the project after generating it, so we don't keep a gazillion project
files open when we're rebuilding them all.
This commit is contained in:
parent
7504dfedb4
commit
bc5e145341
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ def makeproject(xmlfile, projectfile):
|
|||
xmlfss = macfs.FSSpec(xmlfile)
|
||||
prjfss = macfs.FSSpec(projectfile)
|
||||
cw.my_mkproject(prjfss, xmlfss)
|
||||
cw.Close_Project()
|
||||
|
||||
def buildproject(projectfile):
|
||||
cw = cwtalker.MyCodeWarrior(start=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue