[issue30747] _Py_atomic_* not actually atomic on Windows with MSVC

Pär Björklund report at bugs.python.org
Mon Jun 26 04:30:48 EDT 2017


Pär Björklund added the comment:

Microsoft don't spend much time on the C compiler features, still lacking C99 features so I don't have much hope of getting C11 support anytime soon or at all.

One could of course implement a cross platform stdatomic library that matches the C11 spec.

----------

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


More information about the Python-bugs-list mailing list