-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None #13688
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
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 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
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 <[email protected]>
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 <[email protected]>
…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 <[email protected]>
…ot None (GH-13688) msilib.Directory.start_component() was passing an extra argument to CAB.gen_id(). (cherry picked from commit c8d5bf6) Co-authored-by: Zackery Spytz <[email protected]>
…* is not None (GH-13688) * bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None (GH-13688) msilib.Directory.start_component() was passing an extra argument to CAB.gen_id(). (cherry picked from commit c8d5bf6) Co-authored-by: Zackery Spytz <[email protected]>
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