]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add CODEOWNERS for dbm (gh-114555)
authorDonghee Na <donghee.na@python.org>
Thu, 25 Jan 2024 20:49:37 +0000 (05:49 +0900)
committerGitHub <noreply@github.com>
Thu, 25 Jan 2024 20:49:37 +0000 (05:49 +0900)
.github/CODEOWNERS

index 9587b3996a9ac2a1492b500ea6ae7987ce22dd7e..4984170f0d17ff7ffb6dee4f03802bb23c0133a4 100644 (file)
@@ -42,6 +42,9 @@ Lib/test/test_type_*.py       @JelleZijlstra
 Lib/test/test_capi/test_misc.py  @markshannon @gvanrossum
 Tools/c-analyzer/             @ericsnowcurrently
 
+# dbm
+**/*dbm*                      @corona10 @erlend-aasland @serhiy-storchaka
+
 # Exceptions
 Lib/traceback.py              @iritkatriel
 Lib/test/test_except*.py      @iritkatriel