Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.2k
Closed
Description
Now that Python core team has adopted the "python3-libraries" OSS-Fuzz definitions into thepython org we can start running these as a part of the CPython CI.
Since there are so many of these "fuzzers" we don't want to waste CI time unnecessarily, so I will design the CI fuzzer to only run when a specific module is modified. The GitHub workflow configuration file will be generate from a template, similar to other generated files to avoid needing to manually upkeep all the conditionals.