Skip to content

Commit f26f94a

Browse files
authored
Merge branch 'main' into int_freelist_multi_digit
2 parents a7cb1b3 + 0dbaeb9 commit f26f94a

File tree

1,332 files changed

+70914
-34959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,332 files changed

+70914
-34959
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,17 @@ Objects/exceptions.c @iritkatriel
106106

107107
# Hashing & cryptographic primitives
108108
**/*hashlib* @gpshead @tiran @picnixz
109-
**/*pyhash* @gpshead @tiran
110-
**/sha* @gpshead @tiran @picnixz
111-
Modules/md5* @gpshead @tiran @picnixz
112-
**/*blake* @gpshead @tiran @picnixz
113-
Modules/_hacl/** @gpshead
109+
**/*hashopenssl* @gpshead @tiran @picnixz
110+
**/*pyhash* @gpshead @tiran @picnixz
111+
Modules/*blake* @gpshead @tiran @picnixz
112+
Modules/*md5* @gpshead @tiran @picnixz
113+
Modules/*sha* @gpshead @tiran @picnixz
114+
Modules/_hacl/** @gpshead @picnixz
114115
**/*hmac* @gpshead @picnixz
115116

117+
# libssl
118+
**/*ssl* @gpshead @picnixz
119+
116120
# logging
117121
**/*logging* @vsajip
118122

@@ -184,6 +188,7 @@ Python/ast_opt.c @isidentical @eclips4
184188
Parser/asdl.py @isidentical @JelleZijlstra @eclips4
185189
Parser/asdl_c.py @isidentical @JelleZijlstra @eclips4
186190
Lib/ast.py @isidentical @JelleZijlstra @eclips4
191+
Lib/_ast_unparse.py @isidentical @JelleZijlstra @eclips4
187192
Lib/test/test_ast/ @eclips4
188193

189194
# Mock
@@ -308,3 +313,6 @@ Doc/reference/ @willingc @AA-Turner
308313
# Colorize
309314
Lib/_colorize.py @hugovk
310315
Lib/test/test__colorize.py @hugovk
316+
317+
# Fuzzing
318+
Modules/_xxtestfuzz/ @ammaraskar

.github/workflows/add-issue-header.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
permissions:
2020
issues: write
21+
timeout-minutes: 5
2122
steps:
2223
- uses: actions/github-script@v7
2324
with:

0 commit comments

Comments
 (0)