Skip to content

Commit d48c88f

Browse files
committed
Correct three new module names.
1 parent bbabf28 commit d48c88f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpython-unix/extension-modules.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,17 +287,17 @@ _heapq:
287287
_imp:
288288
config-c-only: true
289289

290-
_interpchannelsmodule:
290+
_interpchannels:
291291
minimum-python-version: "3.13"
292292
sources:
293293
- _interpchannelsmodule.c
294294

295-
_interpqueuesmodule:
295+
_interpqueues:
296296
minimum-python-version: "3.13"
297297
sources:
298298
- _interpqueuesmodule.c
299299

300-
_interpretersmodule:
300+
_interpreters:
301301
minimum-python-version: "3.13"
302302
sources:
303303
- _interpretersmodule.c

0 commit comments

Comments
 (0)