commit | 21b44e0ea2f7af6efca3c8c91e40c820cf296f91 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Fri Jul 23 12:26:30 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Fri Jul 23 12:26:30 2010 +0000 |
tree | 13e619f8c0f6081d238540a0fb81a009a9f49f7f | |
parent | 9ae2cb740ae692bbda5a1728b5843ae84c7e3eb5 [diff] |
Merged revisions 83067 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83067 | ronald.oussoren | 2010-07-23 10:50:05 +0100 (Fri, 23 Jul 2010) | 8 lines Workaround for issue 4047: in some configurations of the Crash Reporter on OSX test_subprocess will trigger the reporter. This patch prints a warning when the Crash Reporter will get triggered intentionally, which should avoid confusing people. ........