]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add GitHub team for maintaining fuzzers
authorSeth Michael Larson <seth@python.org>
Wed, 11 Mar 2026 13:51:25 +0000 (08:51 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2026 13:51:25 +0000 (13:51 +0000)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
.github/CODEOWNERS

index 5bf60348f6825008ba2b051365b4396a4754faef..63ec65ac0dbd8d8381751a9ab71b073d4199864d 100644 (file)
@@ -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