diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-10-22 20:17:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 20:17:21 (GMT) |
commit | b102e4f05278c1b06130885eba961bd0193733b4 (patch) | |
tree | cd700163ab84bbd2b1426a16fa6f8c4137ea804b /Lib/idlelib/runscript.py | |
parent | d4dc4a58f5c124463308701c3aba985c1fe5cc0e (diff) | |
download | cpython-b102e4f05278c1b06130885eba961bd0193733b4.zip cpython-b102e4f05278c1b06130885eba961bd0193733b4.tar.gz cpython-b102e4f05278c1b06130885eba961bd0193733b4.tar.bz2 |
bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)
Fix stdatomic.h header check for ICC compiler: the ICC implementation
lacks atomic_uintptr_t type which is needed by Python.
Test:
* atomic_int and atomic_uintptr_t types
* atomic_load_explicit() and atomic_store_explicit()
* memory_order_relaxed and memory_order_seq_cst constants
But don't test ATOMIC_VAR_INIT(): it's not used in Python.
(cherry picked from commit 028f7349a0f6eaea0fec31becb587fcdf6e3cb28)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Lib/idlelib/runscript.py')
0 files changed, 0 insertions, 0 deletions