Kaydet (Commit) e664d7f8 authored tarafından Pär Björklund's avatar Pär Björklund Kaydeden (comit) Antoine Pitrou

bpo-30747: Attempt to fix atomic load/store (#2383)

_Py_atomic_* are currently not implemented as atomic operations
when building with MSVC. This patch attempts to implement parts
of the functionality required.
üst dadca480
This diff is collapsed.
Add a non-dummy implementation of _Py_atomic_store and _Py_atomic_load on
MSVC.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment