[issue11618] Locks broken wrt timeouts on Windows
Martin v. Löwis
report at bugs.python.org
Mon Mar 21 23:58:05 CET 2011
Martin v. Löwis <martin at v.loewis.de> added the comment:
> I realize that this is
> a subtle point, but in fact, the atomic functions make no memory
> barrier guarantees either (I think).
No need to guess:
http://msdn.microsoft.com/en-us/library/ms683560(v=vs.85).aspx
"This function generates a full memory barrier (or fence) to ensure that
memory operations are completed in order."
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11618>
_______________________________________
More information about the Python-bugs-list
mailing list