[New-bugs-announce] [issue30747] _Py_atomic_* not actually atomic on Windows with MSVC

Pär Björklund report at bugs.python.org
Sat Jun 24 15:35:59 EDT 2017


New submission from Pär Björklund:

_Py_atomic_store and _Py_atomic_load are not implemented as atomic operations on Windows when using Visual Studio to build.

This might cause hard to troubleshoot behaviour, especially in third party hosting applications..

----------
components: Interpreter Core
messages: 296786
nosy: Paxxi
priority: normal
severity: normal
status: open
title: _Py_atomic_* not actually atomic on Windows with MSVC
type: enhancement
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30747>
_______________________________________


More information about the New-bugs-announce mailing list