Message136761
> New changeset f8c49a930015 by Victor Stinner in branch 'default':
> Issue #8407: The signal handler writes the signal number as a single byte
> http://hg.python.org/cpython/rev/f8c49a930015
There's a race.
If a signal is received while is_tripped is set, the signal number won't be written to the wakeup FD.
Patch attached. |
|
Date |
User |
Action |
Args |
2011-05-24 16:15:34 | neologix | set | recipients:
+ neologix, loewis, gregory.p.smith, jcea, spiv, exarkun, tseaver, pitrou, vstinner, benjamin.peterson, marcin.bachry, schmichael, skrah, python-dev |
2011-05-24 16:15:34 | neologix | set | messageid: <1306253734.45.0.8995933911.issue8407@psf.upfronthosting.co.za> |
2011-05-24 16:15:33 | neologix | link | issue8407 messages |
2011-05-24 16:15:33 | neologix | create | |
|