You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that #108337 is done, we have three atomic headers. We should be able to remove pycore_atomic.h and pycore_atomic_funcs.h and replace their usages with calls to pyatomic.h.
Feature or enhancement
Now that #108337 is done, we have three atomic headers. We should be able to remove
pycore_atomic.handpycore_atomic_funcs.hand replace their usages with calls topyatomic.h.cc @vstinner
Linked PRs