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 8cefd08 commit 529ea5dCopy full SHA for 529ea5d
1 file changed
Python/sysmodule.c
@@ -1546,7 +1546,7 @@ const char *_PySys_ImplName = NAME;
1546
#define STRIFY(name) QUOTE(name)
1547
#define MAJOR STRIFY(PY_MAJOR_VERSION)
1548
#define MINOR STRIFY(PY_MINOR_VERSION)
1549
-#define TAG NAME "-" MAJOR MINOR;
+#define TAG NAME "-" MAJOR MINOR
1550
const char *_PySys_ImplCacheTag = TAG;
1551
#undef NAME
1552
#undef QUOTE
0 commit comments