diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-12-04 09:07:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 09:07:02 (GMT) |
commit | edd5b38c137db82e2857242518fcc400e9b5a9c1 (patch) | |
tree | ec082f3f7797525577bc776ceeeb30196e2dd40c /.github | |
parent | 83f144962fd3f6677e35e5a02b62ab909497c58b (diff) | |
download | cpython-edd5b38c137db82e2857242518fcc400e9b5a9c1.zip cpython-edd5b38c137db82e2857242518fcc400e9b5a9c1.tar.gz cpython-edd5b38c137db82e2857242518fcc400e9b5a9c1.tar.bz2 |
Add setobject.c (GH-17463)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 1 |
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 |