summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2019-12-04 09:07:02 (GMT)
committerGitHub <noreply@github.com>2019-12-04 09:07:02 (GMT)
commitedd5b38c137db82e2857242518fcc400e9b5a9c1 (patch)
treeec082f3f7797525577bc776ceeeb30196e2dd40c /.github
parent83f144962fd3f6677e35e5a02b62ab909497c58b (diff)
downloadcpython-edd5b38c137db82e2857242518fcc400e9b5a9c1.zip
cpython-edd5b38c137db82e2857242518fcc400e9b5a9c1.tar.gz
cpython-edd5b38c137db82e2857242518fcc400e9b5a9c1.tar.bz2
Add setobject.c (GH-17463)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 40305d4..9354cc8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -11,6 +11,7 @@
**/*context* @1st1
**/*genobject* @1st1
**/*hamt* @1st1
+Objects/set* @rhettinger
Objects/dict* @methane
# Hashing