Commit 028f734
authored
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.
1 parent c987090 commit 028f734
File tree
4 files changed
+15
-19
lines changed- Misc/NEWS.d/next/Build
4 files changed
+15
-19
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
785 | | - | |
786 | 785 | | |
787 | 786 | | |
788 | 787 | | |
| |||
896 | 895 | | |
897 | 896 | | |
898 | 897 | | |
899 | | - | |
900 | 898 | | |
901 | 899 | | |
902 | 900 | | |
| |||
1149 | 1147 | | |
1150 | 1148 | | |
1151 | 1149 | | |
1152 | | - | |
1153 | | - | |
1154 | | - | |
1155 | | - | |
1156 | | - | |
1157 | | - | |
1158 | | - | |
1159 | | - | |
1160 | | - | |
1161 | 1150 | | |
1162 | 1151 | | |
1163 | 1152 | | |
| |||
1295 | 1284 | | |
1296 | 1285 | | |
1297 | 1286 | | |
1298 | | - | |
| 1287 | + | |
1299 | 1288 | | |
1300 | 1289 | | |
1301 | 1290 | | |
| |||
1448 | 1437 | | |
1449 | 1438 | | |
1450 | 1439 | | |
1451 | | - | |
1452 | 1440 | | |
1453 | 1441 | | |
1454 | 1442 | | |
| |||
16775 | 16763 | | |
16776 | 16764 | | |
16777 | 16765 | | |
16778 | | - | |
| 16766 | + | |
| 16767 | + | |
16779 | 16768 | | |
16780 | | - | |
| 16769 | + | |
| 16770 | + | |
| 16771 | + | |
16781 | 16772 | | |
16782 | 16773 | | |
16783 | 16774 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5414 | 5414 | | |
5415 | 5415 | | |
5416 | 5416 | | |
5417 | | - | |
| 5417 | + | |
| 5418 | + | |
5418 | 5419 | | |
5419 | | - | |
| 5420 | + | |
| 5421 | + | |
| 5422 | + | |
5420 | 5423 | | |
5421 | 5424 | | |
5422 | 5425 | | |
| |||
5426 | 5429 | | |
5427 | 5430 | | |
5428 | 5431 | | |
5429 | | - | |
| 5432 | + | |
5430 | 5433 | | |
5431 | 5434 | | |
5432 | 5435 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
1021 | | - | |
| 1021 | + | |
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
| |||
0 commit comments