Message163180
> The problem Richard describes isn´t a lost wakeup. PyCOND_SIGNAL
> _will_ wake up _at least_ one thread. It just isn't guaranteed to be
> one of those who previously called PyCOND_WAIT(): It could be a
> latecomer to the game, including the one who called Signal himself.
> If no such thread comes in to steal it, then one of the waiting
> threads _will_ wake up.
Ok, thanks for clearing up. |
|
Date |
User |
Action |
Args |
2012-06-19 15:07:47 | pitrou | set | recipients:
+ pitrou, loewis, paul.moore, kristjan.jonsson, vstinner, python-dev, sbt |
2012-06-19 15:07:47 | pitrou | link | issue15038 messages |
2012-06-19 15:07:46 | pitrou | create | |
|