commit | 6f137ca4693a9c37ec012846aebc02f6863547be | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sun May 09 03:18:57 2010 +0000 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sun May 09 03:18:57 2010 +0000 |
tree | 56e041a97ab549cc23f5fe1183a7840a2aa794c2 | |
parent | bf9bcab98e194780f11ccd59803cb2bb71752e83 [diff] |
Merged revisions 81007 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81007 | jean-paul.calderone | 2010-05-08 16:06:02 -0400 (Sat, 08 May 2010) | 1 line Skip signal handler re-installation if it is not necessary. Issue 8354. ........