mirror of https://github.com/python/cpython.git
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
|
@ -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…
Reference in New Issue