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 7309318 commit 70cc690Copy full SHA for 70cc690
1 file changed
Python/sysmodule.c
@@ -3575,7 +3575,7 @@ const char *_PySys_ImplName = _PY_IMPL_NAME;
3575
#ifndef _PY_IMPL_CACHE_TAG
3576
#define MAJOR Py_STRINGIFY(PY_MAJOR_VERSION)
3577
#define MINOR Py_STRINGIFY(PY_MINOR_VERSION)
3578
-#define _PY_IMPL_CACHE_TAG NAME "-" MAJOR MINOR
+#define _PY_IMPL_CACHE_TAG _PY_IMPL_NAME "-" MAJOR MINOR
3579
#endif
3580
const char *_PySys_ImplCacheTag = _PY_IMPL_CACHE_TAG;
3581
#ifdef MAJOR
0 commit comments