Message 132721 - Python tracker
Message132721
| Author | pitrou |
|---|---|
| Recipients | Arfrever, Trundle, dmalcolm, lemburg, pitrou, python-dev, scott.dial, vstinner |
| Date | 2011-04-01.00:40:06 |
| SpamBayes Score | 0.004244143 |
| Marked as misclassified | No |
| Message-id | <1301618403.3523.0.camel@localhost.localdomain> |
| In-reply-to | <E1Q5SGx-00008S-Bo@dinsdale.python.org> |
| Content | |
|---|---|
> New changeset 8b1341d51fe6 by Victor Stinner in branch 'default': > Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock > http://hg.python.org/cpython/rev/8b1341d51fe6 This is wrong, it should always be released, not only when explicitly cancelled. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-04-01 00:40:07 | pitrou | set | recipients: + pitrou, lemburg, scott.dial, vstinner, Arfrever, Trundle, dmalcolm, python-dev |
| 2011-04-01 00:40:07 | pitrou | link | issue11393 messages |
| 2011-04-01 00:40:06 | pitrou | create | |