Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97757f commit 74885a0Copy full SHA for 74885a0
1 file changed
Modules/_xxinterpchannelsmodule.c
@@ -1806,7 +1806,7 @@ static PyType_Slot ChannelIDType_slots[] = {
1806
};
1807
1808
static PyType_Spec ChannelIDType_spec = {
1809
- .name = "_xxsubinterpreters.ChannelID",
+ .name = MODULE_NAME ".ChannelID",
1810
.basicsize = sizeof(channelid),
1811
.flags = (Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE |
1812
Py_TPFLAGS_DISALLOW_INSTANTIATION | Py_TPFLAGS_IMMUTABLETYPE),
0 commit comments