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 TarkaSteve
Recipients TarkaSteve
Date 2008-09-11.01:13:57
SpamBayes Score 0.019780478
Marked as misclassified No
Message-id <1221095639.45.0.136100950642.issue3831@psf.upfronthosting.co.za>
In-reply-to
Content
Both Connection and Pipe objects expose their underlying file
descriptors, which is useful for accessing them in an event-driven
manner.  However the higher-level Queue does not make the underlying
pipe available; to get at them you must access private member attributes
which is fragile.  It would be good to have a well-defined API for
accessing either the pipe objects or the underlying FDs.
History
Date User Action Args
2008-09-11 01:13:59TarkaStevesetrecipients: + TarkaSteve
2008-09-11 01:13:59TarkaStevesetmessageid: <1221095639.45.0.136100950642.issue3831@psf.upfronthosting.co.za>
2008-09-11 01:13:58TarkaStevelinkissue3831 messages
2008-09-11 01:13:57TarkaStevecreate