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 87a974b commit 12600a6Copy full SHA for 12600a6
Modules/_ctypes/stgdict.c
@@ -41,6 +41,7 @@ PyCStgInfo_clone(StgInfo *dst_info, StgInfo *src_info)
41
Py_XINCREF(dst_info->restype);
42
Py_XINCREF(dst_info->checker);
43
Py_XINCREF(dst_info->module);
44
+ Py_XINCREF(dst_info->pointer_type);
45
46
if (src_info->format) {
47
dst_info->format = PyMem_Malloc(strlen(src_info->format) + 1);
0 commit comments