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 SilentGhost
Recipients Nehal Patel, SilentGhost, giampaolo.rodola
Date 2020-06-06.09:09:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591434564.67.0.29657109733.issue40885@roundup.psfhosted.org>
In-reply-to
Content
> subprocess somehow gets a hold of the underlying file descriptor pointing to the compressed file, and ends up being fed the compressed bytes

That is exactly what happens, and I'd wager this is not going to change. You could easily pass the decoded bytes into the process using input parameter.
History
Date User Action Args
2020-06-06 09:09:24SilentGhostsetrecipients: + SilentGhost, giampaolo.rodola, Nehal Patel
2020-06-06 09:09:24SilentGhostsetmessageid: <1591434564.67.0.29657109733.issue40885@roundup.psfhosted.org>
2020-06-06 09:09:24SilentGhostlinkissue40885 messages
2020-06-06 09:09:24SilentGhostcreate