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 agmt, graingert, ned.deily, ronaldoussoren, vstinner
Date 2020-03-11.11:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583924415.87.0.111465271213.issue39931@roundup.psfhosted.org>
In-reply-to
Content
> Shared memory/pickle cannot send file descriptors

FYI Python 3.9 got new socket.send_fds() and socket.recv_fds() functions :-)
https://docs.python.org/dev/library/socket.html#socket.socket.send_fds
History
Date User Action Args
2020-03-11 11:00:15vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, graingert, agmt
2020-03-11 11:00:15vstinnersetmessageid: <1583924415.87.0.111465271213.issue39931@roundup.psfhosted.org>
2020-03-11 11:00:15vstinnerlinkissue39931 messages
2020-03-11 11:00:15vstinnercreate