google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.13k stars 2.16k forks source link

Python projects that have Python 3.10+ syntax have broken code coverage #11419

Open DavidKorczynski opened 6 months ago

DavidKorczynski commented 6 months ago

Ref: https://github.com/google/oss-fuzz/pull/11401#issuecomment-1872050104

DavidKorczynski commented 6 months ago

@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.

apollo13 commented 6 months ago

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: @.***>

maflcko commented 3 months ago

See also #9532