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 neologix, sbt, vstinner
Date 2013-08-28.19:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377719444.58.0.503445696134.issue18643@psf.upfronthosting.co.za>
In-reply-to
Content
> Victor, did you have a chance to test the patch?

I tested socketpair.diff (modified to use it even on Linux) on another computer, and test ran successfully.

On my main computer (Fedora 18, Linux kernel 3.9.4), the test is failing. With sendall_write.diff, the test does pass. test.support.PIPE_MAX_SIZE=4194305 (4 MB) on this computer. I don't know for the other one.
History
Date User Action Args
2013-08-28 19:50:44vstinnersetrecipients: + vstinner, neologix, sbt
2013-08-28 19:50:44vstinnersetmessageid: <1377719444.58.0.503445696134.issue18643@psf.upfronthosting.co.za>
2013-08-28 19:50:44vstinnerlinkissue18643 messages
2013-08-28 19:50:44vstinnercreate