aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-07-15 17:01:42 -0700
committerGitHub <noreply@github.com>2018-07-15 17:01:42 -0700
commit15c7b2abdfb93f8902dd72474818aee2bf97fa66 (patch)
treed3f11c73e2d4aaee2ed08a05e642547fb1bfff0a /pyconfig.h.in
parentbpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) (diff)
downloadcpython-15c7b2abdfb93f8902dd72474818aee2bf97fa66.tar.gz
cpython-15c7b2abdfb93f8902dd72474818aee2bf97fa66.tar.bz2
cpython-15c7b2abdfb93f8902dd72474818aee2bf97fa66.zip
bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index e8ad150b5be..d80ddc0dc2e 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -963,7 +963,7 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
-/* Has stdatomic.h, atomic_int and _Atomic void* types work */
+/* Has stdatomic.h with atomic_int */
#undef HAVE_STD_ATOMIC
/* Define to 1 if you have the `strdup' function. */