commit | 14284c2f3b9ede92553f866c136047f3369e2c4b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 23 12:02:30 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 23 12:02:30 2010 +0000 |
tree | c0c012c31452b0282a0155e83afaf3b2acea7ae1 | |
parent | 349fd5211196baa7331ae99b34b07595efbe071e [diff] |
Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute indirectly Python signal handlers anymore because mywrite() ignores exceptions (KeyboardInterrupt).