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, pitrou, sbt, vstinner
Date 2013-11-20.00:07:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384906033.69.0.630062656731.issue19506@psf.upfronthosting.co.za>
In-reply-to
Content
Attached subprocess_memoryview.patch uses a memoryview() to avoid memory copies.

The behaviour is undefined if two threads share the same Popen object and call the communicate() method at the same time. But I'm not sure that Popen is thread safe, it doesn't use any lock.
History
Date User Action Args
2013-11-20 00:07:13vstinnersetrecipients: + vstinner, pitrou, neologix, sbt
2013-11-20 00:07:13vstinnersetmessageid: <1384906033.69.0.630062656731.issue19506@psf.upfronthosting.co.za>
2013-11-20 00:07:13vstinnerlinkissue19506 messages
2013-11-20 00:07:13vstinnercreate