Skip to content

Commit b9a49aa

Browse files
committed
Don't call PyState_AddModule
I'm proposing a PyState_AddModule doc update to make things clearer: #16101
1 parent 6e505ac commit b9a49aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/posixmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14655,7 +14655,6 @@ INITFUNC(void)
1465514655
}
1465614656
PyModule_AddObject(m, "_have_functions", list);
1465714657

14658-
PyState_AddModule(m, &posixmodule);
1465914658
return m;
1466014659
}
1466114660

0 commit comments

Comments
 (0)