SilentGhost <ghost....@runbox.com> added the comment:
> 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. ---------- components: +Library (Lib) nosy: +SilentGhost, giampaolo.rodola _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40885> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com