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 amrith
Recipients amrith, gps, pitrou, r.david.murray, vstinner
Date 2014-08-05.16:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407256816.65.0.265522064159.issue22114@psf.upfronthosting.co.za>
In-reply-to
Content
The issue turned out to be something funky in monkey patching.

os.read() shouldn't be getting called if the monkey patch was correct in the first place.
History
Date User Action Args
2014-08-05 16:40:16amrithsetrecipients: + amrith, pitrou, vstinner, gps, r.david.murray
2014-08-05 16:40:16amrithsetmessageid: <1407256816.65.0.265522064159.issue22114@psf.upfronthosting.co.za>
2014-08-05 16:40:16amrithlinkissue22114 messages
2014-08-05 16:40:16amrithcreate