Message136761
| Author | neologix |
|---|---|
| Recipients | benjamin.peterson, exarkun, gregory.p.smith, jcea, loewis, marcin.bachry, neologix, pitrou, python-dev, schmichael, skrah, spiv, tseaver, vstinner |
| Date | 2011-05-24.16:15:33 |
| SpamBayes Score | 3.3806598e-06 |
| Marked as misclassified | No |
| Message-id | <1306253734.45.0.8995933911.issue8407@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> 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. |
|
| History | |||
|---|---|---|---|
| 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 | |