| commit | 810023db3e91c18f428e27378d00c3a5a56330c6 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Wed Dec 15 22:59:16 2010 +0000 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Dec 15 22:59:16 2010 +0000 |
| tree | 98b7710d8855ccbed5d84e6d64ff617fe7e53570 | |
| parent | 119cda0fd25561c2a21212c80f211af966104297 [diff] |
Issue #8844: Regular and recursive lock acquisitions can now be interrupted by signals on platforms using pthreads. Patch by Reid Kleckner.