Skip to content

Commit 3a72586

Browse files
committed
Add minimal definitions for new extension modules
1 parent 525093d commit 3a72586

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cpython-unix/extension-modules.yml

+12
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@ _heapq:
311311
sources:
312312
- _heapqmodule.c
313313

314+
_hmac:
315+
minimum-python-version: '3.14'
316+
sources:
317+
- hmacmodule.c
318+
includes:
319+
- Modules/_hacl/include
320+
314321
_imp:
315322
config-c-only: true
316323

@@ -700,6 +707,11 @@ _tracemalloc:
700707
required-targets:
701708
- .*
702709

710+
_types:
711+
minimum-python-version: "3.14"
712+
sources:
713+
- _typesmodule.c
714+
703715
_typing:
704716
minimum-python-version: "3.11"
705717
setup-enabled-conditional:

0 commit comments

Comments
 (0)