Skip to content
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

building: fix TOC.__sub__ operator #6671

Merged
merged 1 commit into from
Mar 19, 2022
Merged

Conversation

rokm
Copy link
Member

@rokm rokm commented Mar 12, 2022

Replace the TOC.__sub__ operator implementation with a simpler one that properly keeps track of the filenames. Add a test that
involves two subsequent subtractions to demonstrate the bug in the old implementation.

Fixes #6669.

Replace the TOC.__sub__ operator implementation with a simpler
one that properly keeps track of the filenames. Add a test that
involves two subsequent subtractions to demonstrate the bug in
the old implementation.
@bwoodsend bwoodsend added the needs backport This pull request needs cherry picking onto the v4 branch. label Mar 12, 2022
@rokm rokm merged commit d2d8f58 into pyinstaller:develop Mar 19, 2022
@rokm rokm deleted the fix-toc-sub branch March 19, 2022 22:52
@rokm rokm added backported Backported to v4 branch and removed needs backport This pull request needs cherry picking onto the v4 branch. labels Mar 19, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backported Backported to v4 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in TOC type (its __sub__ function)
2 participants