From: Ammar Askar Date: Mon, 10 Mar 2025 20:58:36 +0000 (-0700) Subject: Add Ammar to CODEOWNERS for fuzzing (#131057) X-Git-Tag: v3.14.0a6~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8431b1fee88301b8cc04968546fc465f5e0b1ce6;p=thirdparty%2FPython%2Fcpython.git Add Ammar to CODEOWNERS for fuzzing (#131057) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2fc9c772fa77..2f684d4183e5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -309,3 +309,6 @@ Doc/reference/ @willingc @AA-Turner # Colorize Lib/_colorize.py @hugovk Lib/test/test__colorize.py @hugovk + +# Fuzzing +Modules/_xxtestfuzz/ @ammaraskar