Guido van Rossum added the comment:

Locks are not meant to have predictable behavior like that. They are meant to 
protect against concurrent access. If you want fairness you have to look 
elsewhere.

----------

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

Reply via email to