| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e5ce31a commit a276753
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -597,7 +597,7 @@ static PyType_Slot carg_slots[] = { | |||
| 597 | 597 | }; | |
| 598 | 598 | ||
| 599 | 599 | PyType_Spec carg_spec = { | |
| 600 | - .name = "CArgObject", | ||
| 600 | + .name = "_ctypes.CArgObject", | ||
| 601 | 601 | .basicsize = sizeof(PyCArgObject), | |
| 602 | 602 | .flags = (Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | | |
| 603 | 603 | Py_TPFLAGS_IMMUTABLETYPE | Py_TPFLAGS_DISALLOW_INSTANTIATION), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments