Skip to content

Commit f52268c

Browse files
authored
Update Python/initconfig.c
1 parent 9c964e5 commit f52268c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/initconfig.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ _Py_COMP_DIAG_IGNORE_DEPR_DECLS
16161616
} while (0)
16171617
#define COPY_NOT_FLAG(ATTR, VAR) \
16181618
do { \
1619-
if (config->ATTR != 1) { \
1619+
if (config->ATTR != -1) { \
16201620
VAR = !config->ATTR; \
16211621
} \
16221622
} while (0)

0 commit comments

Comments
 (0)