diff options
| author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-12-04 04:07:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-04 04:07:02 -0500 |
| commit | edd5b38c137db82e2857242518fcc400e9b5a9c1 (patch) | |
| tree | ec082f3f7797525577bc776ceeeb30196e2dd40c | |
| parent | 83f144962fd3f6677e35e5a02b62ab909497c58b (diff) | |
| download | cpython-git-edd5b38c137db82e2857242518fcc400e9b5a9c1.tar.gz | |
Add setobject.c (GH-17463)
| -rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 40305d4607..9354cc85d2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,6 +11,7 @@ **/*context* @1st1 **/*genobject* @1st1 **/*hamt* @1st1 +Objects/set* @rhettinger Objects/dict* @methane # Hashing |
