oss-fuzz
oss-fuzz copied to clipboard
Python projects that have Python 3.10+ syntax have broken code coverage
Ref: https://github.com/google/oss-fuzz/pull/11401#issuecomment-1872050104
@apollo13 I gave this a go -- I think the right approach is to bump Python in the base-runner in this case, unless there is a concrete need for having older Python versions as well. I think this will likely be picked up and possibly landed early Jan.
Thanks, wouldn't it make sense to update the python builder as well then?
On Fri, Dec 29, 2023, at 16:12, DavidKorczynski wrote:
@apollo13 https://github.com/apollo13 I gave this a go -- I think the right approach is to bump Python in the base-runner in this case, unless there is a concrete need for having older Python versions as well. I think this will likely be picked up and possibly landed early Jan.
— Reply to this email directly, view it on GitHub https://github.com/google/oss-fuzz/issues/11419#issuecomment-1872159459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAT5C2IR4PTMULDQMXX5I3YL3MUHAVCNFSM6AAAAABBGXT6BOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGE2TSNBVHE. You are receiving this because you were mentioned.Message ID: @.***>
See also #9532
Hello, it would be very helpful for us at Pillow because Python 3.8 is EOL in October which is when our next release is, and we've already removed support for 3.8 from the codebase.
But now OSS-Fuzz is failing for every PR, so we'll probably have to remove it from our CI until it's ready.
Re: https://github.com/python-pillow/Pillow/pull/8183#issuecomment-2231395740