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 zmedico
Recipients zmedico
Date 2017-01-25.17:36:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485365789.66.0.684357409902.issue29373@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, os.close(p2cread) closes a different file descriptor than c2pread, so my analysis is not correct. I don't know the precise cause of the EBADF error that I have observed. I suppose it could be some other code closing a file descriptor that belongs to a file object. Closing for now. Sorry for the noise.

I will follow up on the issue here:

https://bugs.gentoo.org/show_bug.cgi?id=582098
History
Date User Action Args
2017-01-25 17:36:29zmedicosetrecipients: + zmedico
2017-01-25 17:36:29zmedicosetmessageid: <1485365789.66.0.684357409902.issue29373@psf.upfronthosting.co.za>
2017-01-25 17:36:29zmedicolinkissue29373 messages
2017-01-25 17:36:29zmedicocreate