]> granicus.if.org Git - python/commit
Issue #12400: test_faulthandler now uses sys.__stderr__
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 21:24:31 +0000 (23:24 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 21:24:31 +0000 (23:24 +0200)
commit7248850bee0800e739cf7eff5022b7634b8b9160
treeb59c4cbf4af689c5e73cd8c7d719617334e5d02d
parentc2575d55cd2b4ccd9c78a020c38f092414a04398
Issue #12400: test_faulthandler now uses sys.__stderr__

instead of open(os.devnull, 'w')
Lib/test/test_faulthandler.py