[New-bugs-announce] [issue3831] Multiprocessing: Expose underlying pipe in queues

Steve Smith report at bugs.python.org
Thu Sep 11 03:13:59 CEST 2008


New submission from Steve Smith <tarkasteve at gmail.com>:

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.

----------
components: Extension Modules
messages: 73001
nosy: TarkaSteve
severity: normal
status: open
title: Multiprocessing: Expose underlying pipe in queues
type: feature request
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3831>
_______________________________________


More information about the New-bugs-announce mailing list