Skip to content

Commit

Permalink
_xxsubinterpretersmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux authored and lazka committed Aug 25, 2023
1 parent 39402ca commit f714542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_xxsubinterpretersmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ PyDoc_STRVAR(channelid_doc,
"A channel ID identifies a channel and may be used as an int.");

static PyTypeObject ChannelIDtype = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
PyVarObject_HEAD_INIT(NULL, 0)
"_xxsubinterpreters.ChannelID", /* tp_name */
sizeof(channelid), /* tp_basicsize */
0, /* tp_itemsize */
Expand Down

0 comments on commit f714542

Please sign in to comment.