[issue22038] Implement atomic operations on non-x86 platforms

Vitor de Lima report at bugs.python.org
Tue Jul 29 18:46:07 CEST 2014


Vitor de Lima added the comment:

Implemented a new version of the patch using either gcc builtins or the stdatomic.h header (this is detected by the configure script).

----------
Added file: http://bugs.python.org/file36151/atomicv2.patch

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


More information about the Python-bugs-list mailing list