diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-07-16 00:01:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 00:01:42 (GMT) |
commit | 15c7b2abdfb93f8902dd72474818aee2bf97fa66 (patch) | |
tree | d3f11c73e2d4aaee2ed08a05e642547fb1bfff0a /Misc | |
parent | 16dfca4d829e45f36e71bf43f83226659ce49315 (diff) | |
download | cpython-15c7b2abdfb93f8902dd72474818aee2bf97fa66.zip cpython-15c7b2abdfb93f8902dd72474818aee2bf97fa66.tar.gz cpython-15c7b2abdfb93f8902dd72474818aee2bf97fa66.tar.bz2 |
bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2018-07-15-16-49-06.bpo-34121.74G_lo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-07-15-16-49-06.bpo-34121.74G_lo.rst b/Misc/NEWS.d/next/Build/2018-07-15-16-49-06.bpo-34121.74G_lo.rst new file mode 100644 index 0000000..232719a --- /dev/null +++ b/Misc/NEWS.d/next/Build/2018-07-15-16-49-06.bpo-34121.74G_lo.rst @@ -0,0 +1 @@ +Fix detection of C11 atomic support on clang. |