Browse Source

Add setobject.c (GH-17463)

pull/17513/head
Raymond Hettinger 6 years ago
committed by GitHub
parent
commit
edd5b38c13
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/CODEOWNERS

1
.github/CODEOWNERS

@ -11,6 +11,7 @@
**/*context* @1st1
**/*genobject* @1st1
**/*hamt* @1st1
Objects/set* @rhettinger
Objects/dict* @methane
# Hashing

Loading…
Cancel
Save