File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ WIN32 is still required for the locale module.
103103#endif
104104
105105/* Define to 1 if you want to build an interpreter with JIT, or define to 2
106- if you want to enable tier 2 interpreter /*
106+ * if you want to enable tier 2 interpreter */
107107#ifndef Py_JIT_ENABLED
108108/* #define Py_JIT_ENABLED 1 */
109109#endif
Original file line number Diff line number Diff line change 16951695/* Defined if _Complex C type is available. */
16961696#undef Py_HAVE_C_COMPLEX
16971697
1698- /* Define to 2 if you want to build an interpreter with enabled tier 2
1699- interpreter */
1698+ /* Define to 2 if you want to build an interpreter without JIT, but
1699+ * with enabled tier 2 interpreter */
17001700#undef Py_JIT_ENABLED
17011701
17021702/* Define if year with century should be normalized for strftime. */
You can’t perform that action at this time.
0 commit comments