mirror of https://github.com/python/cpython
Fix memory bug in bdist_msi. (Commit okayed in issue6319.)
This commit is contained in:
parent
603fb6d667
commit
35fad2fc48
|
@ -315,8 +315,7 @@ class bdist_msi (Command):
|
|||
key = seen[afile]
|
||||
add_data(self.db, "DuplicateFile",
|
||||
[(key + version, dir.component, key, None, dir.logical)])
|
||||
|
||||
|
||||
db.Commit()
|
||||
cab.commit(db)
|
||||
|
||||
def add_find_python(self):
|
||||
|
|
Loading…
Reference in New Issue