From: Seth Michael Larson Date: Wed, 11 Mar 2026 13:51:25 +0000 (-0500) Subject: Add GitHub team for maintaining fuzzers X-Git-Tag: v3.15.0a8~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=805ca4f292ef18b89a2d25246feb916973acec64;p=thirdparty%2FPython%2Fcpython.git Add GitHub team for maintaining fuzzers Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5bf60348f682..63ec65ac0dbd 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