]> granicus.if.org Git - python/commit
bpo-30747: Attempt to fix atomic load/store (#2383)
authorPär Björklund <per.bjorklund@gmail.com>
Sat, 12 Aug 2017 09:19:30 +0000 (11:19 +0200)
committerAntoine Pitrou <pitrou@free.fr>
Sat, 12 Aug 2017 09:19:30 +0000 (11:19 +0200)
commite664d7f89d2b9960d9049237136396e824795cac
treef1d012c2156714f76a6bb854e8fdd65af340de48
parentdadca480c5b7c5cf425d423316cd695bc5db3023
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.
Include/pyatomic.h
Misc/NEWS.d/next/Core and Builtins/2017-08-08-12-00-29.bpo-30747.g2kZRT.rst [new file with mode: 0644]