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 davin, jnoller, martin.panter, pitrou, python-dev, sbt, serhiy.storchaka, vstinner
Date 2016-03-25.10:16:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458900990.99.0.70797495458.issue25654@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy:
> Lets open new issue for this.

I agree with PyImport_Cleanup() deserves a dedicated issue.

Myself:
> This change has two parts.

Oops, I forgot to discuss the second part :-) You also added "sys.__stderr__ = sys.stderr" in multiprocessing.

I don't understand this change. Can you please explain why you want to do that?

Above, you wrote "A workaround is to set sys.__stdin__ as well as sys.stdin."

Is "sys.__stderr__ = sys.stderr" also a workaround?
History
Date User Action Args
2016-03-25 10:16:31vstinnersetrecipients: + vstinner, pitrou, jnoller, python-dev, sbt, martin.panter, serhiy.storchaka, davin
2016-03-25 10:16:30vstinnersetmessageid: <1458900990.99.0.70797495458.issue25654@psf.upfronthosting.co.za>
2016-03-25 10:16:30vstinnerlinkissue25654 messages
2016-03-25 10:16:30vstinnercreate