commit | 8d46e4267ceb92409ff86f6e7094ee196d5e684d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 05 19:54:58 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 05 19:54:58 2010 +0000 |
tree | c918998378da0d583bf7a716ff10144fc392366b | |
parent | 938ece71527203bf0cc43283e531e21da2f1de35 [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. ........