Message 296887 - Python tracker
Message296887
| Author | pitrou |
|---|---|
| Recipients | pitrou |
| Date | 2017-06-26.12:40:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1498480849.13.0.653593799418.issue30766@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Lock functions may be called from the C signal handler, so strive to make them more signal-safe (they are not unfortunately, but minimizing the number of non-signal-safe functions called there is a good thing). Discovered in issue30703. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-06-26 12:40:49 | pitrou | set | recipients: + pitrou |
| 2017-06-26 12:40:49 | pitrou | set | messageid: <1498480849.13.0.653593799418.issue30766@psf.upfronthosting.co.za> |
| 2017-06-26 12:40:49 | pitrou | link | issue30766 messages |
| 2017-06-26 12:40:49 | pitrou | create | |