This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author isandler
Recipients draghuram, georg.brandl, gregory.p.smith, isandler, r.david.murray
Date 2010-11-29.01:48:57
SpamBayes Score 0.004953354
Marked as misclassified No
Message-id <1290995341.61.0.521357244216.issue7245@psf.upfronthosting.co.za>
In-reply-to
Content
The patch tries to write to stdout in signal handler. 

This currently does not work in the python 3.x  (see
http://bugs.python.org/issue10478).
History
Date User Action Args
2010-11-29 01:49:01isandlersetrecipients: + isandler, georg.brandl, gregory.p.smith, draghuram, r.david.murray
2010-11-29 01:49:01isandlersetmessageid: <1290995341.61.0.521357244216.issue7245@psf.upfronthosting.co.za>
2010-11-29 01:48:57isandlerlinkissue7245 messages
2010-11-29 01:48:57isandlercreate