Moved __future__ import to beginning of file#7637
Merged
hugovk merged 1 commit intopython-pillow:mainfrom Dec 26, 2023
Merged
Conversation
Member
|
I'm surprised the linters didn't catch it. Do you know what oss-fuzz is "Analyzing" when it fails and if other files will trigger it? Or we can merge and see the next build. |
hugovk
approved these changes
Dec 26, 2023
Member
Author
|
While the initial report was about Tests/oss-fuzz/fuzz_font.py, my attempt to replicate gave an error about Tests/oss-fuzz/fuzz_pillow.py, so I've updated that as well. My attempts to convince my oss-fuzz fork to look at this PR's branch aren't working however, so no, I can't guarantee that there aren't other fixes that need to be made. |
This was referenced Dec 28, 2023
__future__ import to beginning of file
Member
Author
|
#7649 was the solution to this in the end. |
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.
Helps #2625.
oss-fuzz coverage has started failing after #7631 - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65341&sort=-opened&can=1&q=proj%3Apillow