Message138017
I just noticed something "funny": signal_sigwait doesn't release the
GIL, which means that it's pretty much useless :-)
Patch attached.
Also, test_sigwait doesn't block the signal before calling sigwait: it
happens to work because there's only one thread, but it's undefined
behaviour. |
|
Date |
User |
Action |
Args |
2011-06-09 17:17:21 | neologix | set | recipients:
+ neologix, loewis, gregory.p.smith, jcea, spiv, exarkun, tseaver, pitrou, vstinner, giampaolo.rodola, benjamin.peterson, marcin.bachry, schmichael, skrah, python-dev |
2011-06-09 17:17:20 | neologix | link | issue8407 messages |
2011-06-09 17:17:20 | neologix | create | |
|