Commit cd5f7cc
Fix CinderX build with Python 3.14.2
Summary:
FT_ATOMIC_LOAD_PTR_CONSUME was added in 3.14.3. When we try to build CinderX
for 3.14.2, it breaks because this isn't defined. Follow what the original PR
was doing and define it to acquire semantics, which are stronger than consume.
See python/cpython#142544 that added this.
Reviewed By: yoney
Differential Revision: D93925688
fbshipit-source-id: f032caaed424b0f6e883d61627664a8bbd1c53791 parent 639765c commit cd5f7cc
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
| |||
0 commit comments