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 e616daf commit 5ef4c21Copy full SHA for 5ef4c21
src/Tk/tkImaging.c
@@ -59,6 +59,9 @@ ImagingFind(const char *name) {
59
PyObject *capsule;
60
const char *expected = "capsule object \"" IMAGING_MAGIC "\" at 0x";
61
62
+ printf(">>> ImagingFind '%s'", name);
63
+ printf(">>> expected '%s'", expected);
64
+
65
if (strncmp(name, expected, strlen(expected))) {
66
return NULL;
67
}
0 commit comments