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 Alexander.Pyhalov
Recipients Alexander.Pyhalov, josh.r, movement, pitrou
Date 2019-08-17.02:53:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566010400.92.0.772558262053.issue37790@roundup.psfhosted.org>
In-reply-to
Content
Even if I use 
                        import subprocess
                        process = subprocess.Popen(cmd,
                                stdout=subprocess.PIPE,
                                stderr=subprocess.PIPE,
                                shell=True,
                                universal_newlines=True)
                        return process.stdout.read()
difference in times are the same.
History
Date User Action Args
2019-08-17 02:53:20Alexander.Pyhalovsetrecipients: + Alexander.Pyhalov, pitrou, movement, josh.r
2019-08-17 02:53:20Alexander.Pyhalovsetmessageid: <1566010400.92.0.772558262053.issue37790@roundup.psfhosted.org>
2019-08-17 02:53:20Alexander.Pyhalovlinkissue37790 messages
2019-08-17 02:53:20Alexander.Pyhalovcreate