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 vstinner
Recipients kilowu, python-dev, sigi, vstinner
Date 2015-03-12.14:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426170961.82.0.536537431885.issue23566@psf.upfronthosting.co.za>
In-reply-to
Content
> Let me know if there is possible further improvement in this patch.

I was going to push your change, but I noticed that you use stderr.fileno() in tests. I modified the test to use a different file descriptor. sys.stderr is also the default value, so the test may pass because the file descriptor was ignored (if there was a bug in your change, which is not the case).

I pushed the modified patch.

Thanks for your contribution Wei Wu!
History
Date User Action Args
2015-03-12 14:36:01vstinnersetrecipients: + vstinner, python-dev, sigi, kilowu
2015-03-12 14:36:01vstinnersetmessageid: <1426170961.82.0.536537431885.issue23566@psf.upfronthosting.co.za>
2015-03-12 14:36:01vstinnerlinkissue23566 messages
2015-03-12 14:36:01vstinnercreate