Skip to content

Commit 839e4e9

Browse files
committed
bpo-40024: Update _asynciomodule
1 parent ee0343f commit 839e4e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_asynciomodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3409,6 +3409,7 @@ PyInit__asyncio(void)
34093409
return NULL;
34103410
}
34113411

3412+
/* FutureType and TaskType are made ready by PyModule_AddType() calls below. */
34123413
if (PyModule_AddType(m, &FutureType) < 0) {
34133414
Py_DECREF(m);
34143415
return NULL;

0 commit comments

Comments
 (0)