Issue 30766: Make CHECK_STATUS_PTHREAD signal-safe
Issue30766
Created on 2017-06-26 12:40 by pitrou, last changed 2022-04-11 14:58 by admin.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 2404 | closed | pitrou, 2017-06-26 12:42 | |
| Messages (2) | |||
|---|---|---|---|
| msg296887 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2017-06-26 12:40 | |
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. |
|||
| msg337288 - (view) | Author: Inada Naoki (methane) * ![]() |
Date: 2019-03-06 10:15 | |
May I close this issue? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:48 | admin | set | github: 74951 |
| 2019-03-06 10:15:32 | methane | set | nosy:
+ methane messages: + msg337288 |
| 2017-06-26 14:25:53 | pitrou | unlink | issue30703 dependencies |
| 2017-06-26 12:44:15 | pitrou | link | issue30703 dependencies |
| 2017-06-26 12:42:50 | pitrou | set | pull_requests: + pull_request2451 |
| 2017-06-26 12:40:49 | pitrou | create | |
