summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2024-09-27 19:33:16 (GMT)
committerGitHub <noreply@github.com>2024-09-27 19:33:16 (GMT)
commit34158c2c7a80d7b1113beca69473e38349f0c96e (patch)
treefdb4400e6ee18575136bf249b5e9259613daa4e8 /.github
parent81a253b929258f17e89adc1aeb2c2ccdbcdc2945 (diff)
downloadcpython-34158c2c7a80d7b1113beca69473e38349f0c96e.zip
cpython-34158c2c7a80d7b1113beca69473e38349f0c96e.tar.gz
cpython-34158c2c7a80d7b1113beca69473e38349f0c96e.tar.bz2
Drop code ownership for decimal (gh-124695)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 680f2ed..7e9c3ca 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -207,7 +207,6 @@ Doc/c-api/stable.rst @encukou
**/*bisect* @rhettinger
**/*heapq* @rhettinger
**/*functools* @rhettinger
-**/*decimal* @rhettinger
**/*dataclasses* @ericvsmith