mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merged revisions 73499 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73499 | steven.bethard | 2009-06-21 17:03:41 -0400 (Sun, 21 Jun 2009) | 1 line Fix memory bug in bdist_msi. (Commit okayed in issue6319.) ........
This commit is contained in:
parent
0f6eac2ad2
commit
ef83ab9db5
1 changed files with 1 additions and 2 deletions
|
@ -314,8 +314,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