New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None #13688
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None #13688
Conversation
…ot None msilib.Directory.start_component() was passing an extra argument to CAB.gen_id().
Thanks @ZackerySpytz for the PR, and @zooba for merging it |
Thanks @ZackerySpytz for the PR, and @zooba for merging it |
Thanks @ZackerySpytz for the PR, and @zooba for merging it |
GH-13703 is a backport of this pull request to the 3.6 branch. |
GH-13704 is a backport of this pull request to the 2.7 branch. |
…ot None (pythonGH-13688) msilib.Directory.start_component() was passing an extra argument to CAB.gen_id(). (cherry picked from commit c8d5bf6) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-13705 is a backport of this pull request to the 3.7 branch. |
…ot None (pythonGH-13688) msilib.Directory.start_component() was passing an extra argument to CAB.gen_id(). (cherry picked from commit c8d5bf6) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
…ot None (pythonGH-13688) msilib.Directory.start_component() was passing an extra argument to CAB.gen_id(). (cherry picked from commit c8d5bf6) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This is possibly the cause of the following leak: https://buildbot.python.org/all/#/builders/132/builds/505/steps/4/logs/stdio |
…ot None (pythonGH-13688) msilib.Directory.start_component() was passing an extra argument to CAB.gen_id().
msilib.Directory.start_component() was passing an extra argument to
CAB.gen_id().
https://bugs.python.org/issue12639