]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Drop code ownership for decimal (gh-124695)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 27 Sep 2024 19:33:16 +0000 (12:33 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 19:33:16 +0000 (19:33 +0000)
.github/CODEOWNERS

index 680f2ed5be031ab534dbcc44238dff42d478768b..7e9c3caf23f079f455638a02d5252c4a0cf79976 100644 (file)
@@ -207,7 +207,6 @@ Doc/c-api/stable.rst          @encukou
 **/*bisect*                   @rhettinger
 **/*heapq*                    @rhettinger
 **/*functools*                @rhettinger
-**/*decimal*                  @rhettinger
 
 **/*dataclasses*              @ericvsmith