Antoine Pitrou added the comment:

Look at the PR :-) That's what we used.  But, while sig_atomic_t guarantees 
that accesses are atomic, it doesn't enforce a memory order.  So the CPU 
(depending on the architecture) is free to reorder writes.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30808>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to