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 657463d commit 00fae48Copy full SHA for 00fae48
1 file changed
mypyc/lib-rt/librt_internal.h
@@ -4,7 +4,7 @@
4
// ABI version -- only an exact match is compatible. This will only be changed in
5
// very exceptional cases (likely never) due to strict backward compatibility
6
// requirements.
7
-#define LIBRT_INTERNAL_ABI_VERSION 1
+#define LIBRT_INTERNAL_ABI_VERSION 2
8
9
// API version -- more recent versions must maintain backward compatibility, i.e.
10
// we can add new features but not remove or change existing features (unless
0 commit comments