[Python-checkins] Add setobject.c (GH-17463)

Raymond Hettinger webhook-mailer at python.org
Wed Dec 4 04:07:10 EST 2019


https://github.com/python/cpython/commit/edd5b38c137db82e2857242518fcc400e9b5a9c1
commit: edd5b38c137db82e2857242518fcc400e9b5a9c1
branch: master
author: Raymond Hettinger <rhettinger at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-12-04T04:07:02-05:00
summary:

Add setobject.c (GH-17463)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 40305d4607ad9..9354cc85d2883 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -11,6 +11,7 @@
 **/*context*                  @1st1
 **/*genobject*                @1st1
 **/*hamt*                     @1st1
+Objects/set*                  @rhettinger
 Objects/dict*                 @methane
 
 # Hashing



More information about the Python-checkins mailing list