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 5de4798 commit 84b5abeCopy full SHA for 84b5abe
1 file changed
mypyc/lib-rt/librt_internal.h
@@ -67,7 +67,7 @@ import_librt_internal(void)
67
char err[64];
68
snprintf(err, sizeof(err), "ABI version conflict for librt.internal, expected %d, found %d",
69
LIBRT_INTERNAL_ABI_VERSION,
70
- NativeInternal_ABI_Version(),
+ NativeInternal_ABI_Version()
71
);
72
PyErr_SetString(PyExc_ValueError, err);
73
return -1;
0 commit comments