@@ -32,13 +32,13 @@ Python/traceback.c @iritkatriel
32
32
Python /pythonrun.c @ iritkatriel
33
33
34
34
# Hashing
35
- ** /* hashlib * @ python/crypto-team @ tiran
36
- ** /* pyhash * @ python/crypto-team @ tiran
37
- ** /* sha * @ python/crypto-team @ tiran
38
- ** /* md5 * @ python/crypto-team @ tiran
39
- ** /* blake * @ python/crypto-team @ tiran
40
- /Modules /_blake2 /** @ python/crypto-team @ tiran
41
- /Modules /_sha3 /** @ python/crypto-team @ tiran
35
+ ** /* hashlib * @ tiran
36
+ ** /* pyhash * @ tiran
37
+ ** /* sha * @ tiran
38
+ ** /* md5 * @ tiran
39
+ ** /* blake * @ tiran
40
+ /Modules /_blake2 /** @ tiran
41
+ /Modules /_sha3 /** @ tiran
42
42
43
43
# logging
44
44
** /* logging * @ vsajip
@@ -61,14 +61,6 @@ Python/pythonrun.c @iritkatriel
61
61
** /* import * .c @ brettcannon @ encukou @ ericsnowcurrently @ ncoghlan @ warsaw
62
62
** /* import * .py @ brettcannon @ encukou @ ericsnowcurrently @ ncoghlan @ warsaw
63
63
64
-
65
- # SSL
66
- ** /* ssl * @ python/crypto-team
67
- ** /* .pem @ python/crypto-team
68
-
69
- # CSPRNG
70
- Python /bootstrap_hash.c @ python/crypto-team
71
-
72
64
# Dates and times
73
65
** /* datetime * @ pganssle @ abalkin
74
66
** /* str * time * @ pganssle @ abalkin
@@ -132,7 +124,7 @@ Lib/ast.py @isidentical
132
124
** /* bisect * @ rhettinger
133
125
** /* heapq * @ rhettinger
134
126
** /* functools * @ rhettinger
135
- ** /* decimal * @ rhettinger @ skrah
127
+ ** /* decimal * @ rhettinger
136
128
137
129
** /* dataclasses * @ ericvsmith
138
130
0 commit comments