https://github.com/python/cpython/commit/34158c2c7a80d7b1113beca69473e38349f0c96e commit: 34158c2c7a80d7b1113beca69473e38349f0c96e branch: main author: Raymond Hettinger <[email protected]> committer: rhettinger <[email protected]> date: 2024-09-27T19:33:16Z summary:
Drop code ownership for decimal (gh-124695) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 680f2ed5be031a..7e9c3caf23f079 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
