Merged
Conversation
5 tasks
seanbudd
previously approved these changes
Mar 20, 2022
Member
seanbudd
left a comment
There was a problem hiding this comment.
LGTM, make sure to update the line in the changes file
seanbudd
approved these changes
Mar 20, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Alternative to pr #13508
Summary of the issue:
Some time after we branched for the 2021.3 beta, pr #13066 was merged to master, which upgraded Py2exe to 0.11.0.1. However, this version of Py2exe fails to build the NVDA distribution when using optimized Python (E.g. when building a release).
This was not noticed until trying to build the NVDA 2022.1beta1 tag.
Example builds:
Description of how this pull request fixes the issue:
This pr upgrades py2exe to 0.11.1.0.
Testing strategy:
scons dist release=1.Known issues with pull request:
None known.
Change log entries:
None needed.
New features
Changes
Bug fixes
For Developers
Code Review Checklist: