https://github.com/python/cpython/commit/805ca4f292ef18b89a2d25246feb916973acec64 commit: 805ca4f292ef18b89a2d25246feb916973acec64 branch: main author: Seth Michael Larson <[email protected]> committer: sethmlarson <[email protected]> date: 2026-03-11T13:51:25Z summary:
Add GitHub team for maintaining fuzzers Co-authored-by: Stan Ulbrych <[email protected]> files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5bf60348f68250..63ec65ac0dbd8d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -132,7 +132,9 @@ Tools/c-analyzer/ @ericsnowcurrently Tools/check-c-api-docs/ @ZeroIntensity # Fuzzing -Modules/_xxtestfuzz/ @ammaraskar +Modules/_xxtestfuzz/ @python/fuzzers +Lib/test/test_xxtestfuzz.py @python/fuzzers +.github/workflows/reusable-cifuzz.yml @python/fuzzers # Limited C API & Stable ABI Doc/c-api/stable.rst @encukou _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
