Skip to content

Commit 1773d9e

Browse files
committed
Fix typo in pyconfigs
1 parent 1618433 commit 1773d9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PC/pyconfig.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyconfig.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,8 +1695,8 @@
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. */

0 commit comments

Comments
 (0)