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 db26669 commit 7309318Copy full SHA for 7309318
1 file changed
Python/sysmodule.c
@@ -3578,8 +3578,10 @@ const char *_PySys_ImplName = _PY_IMPL_NAME;
3578
#define _PY_IMPL_CACHE_TAG NAME "-" MAJOR MINOR
3579
#endif
3580
const char *_PySys_ImplCacheTag = _PY_IMPL_CACHE_TAG;
3581
-#ifndef _PY_IMPL_CACHE_TAG
+#ifdef MAJOR
3582
#undef MAJOR
3583
+#endif
3584
+#ifdef MINOR
3585
#undef MINOR
3586
3587
0 commit comments