Skip to content

Commit ebe203e

Browse files
Alexpuxlazka
authored andcommitted
_xxsubinterpretersmodule
1 parent 18f02d8 commit ebe203e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_xxsubinterpretersmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ PyDoc_STRVAR(channelid_doc,
17651765
"A channel ID identifies a channel and may be used as an int.");
17661766

17671767
static PyTypeObject ChannelIDtype = {
1768-
PyVarObject_HEAD_INIT(&PyType_Type, 0)
1768+
PyVarObject_HEAD_INIT(NULL, 0)
17691769
"_xxsubinterpreters.ChannelID", /* tp_name */
17701770
sizeof(channelid), /* tp_basicsize */
17711771
0, /* tp_itemsize */

0 commit comments

Comments
 (0)