Use register_handler by radarhere · Pull Request #8499 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
Use register_handler#8499
hugovk merged 1 commit intopython-pillow:mainfrom
Use register_handler#8499
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Oct 25, 2024
radarhere
commented
Rather than setting the private _handler in our tests,
Pillow/Tests/test_file_bufrstub.py
Line 86 in 822ec3d
| BufrStubImagePlugin._handler = None |
we can use the public method of BufrStubImagePlugin.register_handler().
radarhere
added
the
Testing
label
hugovk
merged commit
dcd0479
into
python-pillow:main
radarhere
deleted the
stub
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