Message346785
I suggested you to test the following change on the master branch of Python:
diff --git a/Include/internal/pycore_atomic.h b/Include/internal/pycore_atomic.h
index 336bc3fec2..c624a0cf1c 100644
--- a/Include/internal/pycore_atomic.h
+++ b/Include/internal/pycore_atomic.h
@@ -44,7 +44,7 @@ typedef enum _Py_memory_order {
} _Py_memory_order;
typedef struct _Py_atomic_address {
- atomic_uintptr_t _value;
+ _Atomic uintptr_t _value;
} _Py_atomic_address;
typedef struct _Py_atomic_int { |
|
| Date |
User |
Action |
Args |
| 2019-06-27 23:23:02 | vstinner | set | recipients:
+ vstinner, Saszalez |
| 2019-06-27 23:23:02 | vstinner | set | messageid: <1561677782.79.0.350291016112.issue37415@roundup.psfhosted.org> |
| 2019-06-27 23:23:02 | vstinner | link | issue37415 messages |
| 2019-06-27 23:23:02 | vstinner | create | |
|