commit | 6b1167c61cb3e1e05b4b310fa9c9cddff93afa27 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 05 19:55:02 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 05 19:55:02 2010 +0000 |
tree | 99065a8c301d23274ce8883bc4e2dc479dfe6613 | |
parent | 51c9b5152aca58066b7f35a9c6c419cadf270b6c [diff] |
Merged revisions 86214 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86214 | antoine.pitrou | 2010-11-05 20:47:27 +0100 (ven., 05 nov. 2010) | 4 lines Issue #10311: The signal module now restores errno before returning from its low-level signal handler. Patch by Hallvard B Furuseth. ........