On Apr 11, 2014, at 11:13 AM, Launchpad Bug Tracker wrote:
>dpkg: error: unable to read filedescriptor flags for <package status and >progress file descriptor>: Bad file descriptor
In Python 3.4, file descriptors are not inherited by child processes by default. You need to use os.set_inheritable().
https://docs.python.org/3/library/os.html#fd-inheritance
On Apr 11, 2014, at 11:13 AM, Launchpad Bug Tracker wrote:
>dpkg: error: unable to read filedescriptor flags for <package status and
>progress file descriptor>: Bad file descriptor
In Python 3.4, file descriptors are not inherited by child processes by inheritable( ).
default. You need to use os.set_
https:/ /docs.python. org/3/library/ os.html# fd-inheritance