diff options
author | Donghee Na <donghee.na@python.org> | 2024-01-25 20:49:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 20:49:37 (GMT) |
commit | 841eacd07646e643f87d7f063106633a25315910 (patch) | |
tree | 63d8707c87f819abccc31137ffc3b5b1bd07be28 | |
parent | ac5e53e15057bc0326a03f56e400ce345d1cebeb (diff) | |
download | cpython-841eacd07646e643f87d7f063106633a25315910.zip cpython-841eacd07646e643f87d7f063106633a25315910.tar.gz cpython-841eacd07646e643f87d7f063106633a25315910.tar.bz2 |
Add CODEOWNERS for dbm (gh-114555)
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9587b39..4984170 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |