]> git.ipfire.org Git - thirdparty/tornado.git/commit
Don't promise that coroutines waiting for a Lock are FIFO.
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Sat, 28 Feb 2015 18:35:36 +0000 (13:35 -0500)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Sat, 28 Feb 2015 18:35:36 +0000 (13:35 -0500)
commit30a80a09c2f1943e4c476eda26247efb5ce0bda3
treed2983a8121eebbeb888716b39637d31da4af7d3c
parent8e4f2b2aa3369154e40c342dfc2c74a6e7ca7ea3
Don't promise that coroutines waiting for a Lock are FIFO.
tornado/locks.py
tornado/test/locks_test.py