Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a589a6 commit f58e6e2Copy full SHA for f58e6e2
1 file changed
.github/CODEOWNERS
@@ -40,3 +40,12 @@ Python/bootstrap_hash.c @python/crypto-team
40
# Windows installer packages
41
/Tools/msi/ @python/windows-team
42
/Tools/nuget/ @python/windows-team
43
+
44
+**/*itertools* @rhettinger
45
+**/*collections* @rhettinger
46
+**/*random* @rhettinger
47
+**/*queue* @rhettinger
48
+**/*bisect* @rhettinger
49
+**/*heapq* @rhettinger
50
+**/*functools* @ncoghlan @rhettinger
51
+**/*decimal* @rhettinger @skrah
0 commit comments