-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib #13711
bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib #13711
Conversation
Thanks! |
Thanks for the merge, @berkerpeksag! Can you please apply the "needs backport to 3.7" and "needs backport to 2.7" labels? The bot should be able to create the backport to 3.7 cleanly, and I will manually create a backport for 2.7. |
…pythonGH-13711) (cherry picked from commit 549e55a)
No need to backport this. msilib is effectively deprecated and the issue is 8 years old. |
@berkerpeksag Three bug fixes for the msilib module have been merged within the last four months: GH-13688, GH-12074, and GH-4517. All of them have been backported (GH-13688 was merged and backported to 3.7 and 2.7 just today). The BPO issue for GH-4517 was created in 2007 (almost 12 years ago), yet it was still backported. |
Thanks for the lecture. See commit history of |
@berkerpeksag I'm sorry. I don't want to offend. I'm stating why I believe this patch should be backported.
What do you mean exactly? When looking at the commit history of |
https://bugs.python.org/issue12202