mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix memory bug in bdist_msi. (Commit okayed in issue6319.)
This commit is contained in:
parent
603fb6d667
commit
35fad2fc48
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue