Don't reuse variable name by Yay295 · Pull Request #8082 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
Don't reuse variable name#8082
hugovk merged 2 commits intopython-pillow:mainfrom
Don't reuse variable name#8082
hugovk merged 2 commits intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Contributor
Yay295
commented
May 26, 2024
Yay295
commented
Before line 1297 mode is the image mode and a string, after this line mode is the rawmode depth and type bytes. This change uses a different variable name for the bytes.
nulano approved these changes May 26, 2024
radarhere
mentioned this pull request
radarhere approved these changes May 26, 2024
hugovk
merged commit
bbe1eff
into
python-pillow:main
Yay295
deleted the
patch-4
branch
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