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 e5ce31a commit a276753Copy full SHA for a276753
Modules/_ctypes/callproc.c
@@ -597,7 +597,7 @@ static PyType_Slot carg_slots[] = {
597
};
598
599
PyType_Spec carg_spec = {
600
- .name = "CArgObject",
+ .name = "_ctypes.CArgObject",
601
.basicsize = sizeof(PyCArgObject),
602
.flags = (Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC |
603
Py_TPFLAGS_IMMUTABLETYPE | Py_TPFLAGS_DISALLOW_INSTANTIATION),
0 commit comments