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:47:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566010054.72.0.00809084861025.issue37790@roundup.psfhosted.org>
In-reply-to
Content
I couldn't reproduce entire test, as wsdiff script is rather large, but here's the simplified version. If Popen is used more often, difference is much more significant.

# Using workaround
$ python3.5 ~/tmp/1.py 1 
10.780487537384033
# Without workaround
$ python3.5 ~/tmp/1.py
13.347045660018921
# Using python2.7
$ python2.7 ~/tmp/1.py
9.83385586739
History
Date User Action Args
2019-08-17 02:47:34Alexander.Pyhalovsetrecipients: + Alexander.Pyhalov, pitrou, movement, josh.r
2019-08-17 02:47:34Alexander.Pyhalovsetmessageid: <1566010054.72.0.00809084861025.issue37790@roundup.psfhosted.org>
2019-08-17 02:47:34Alexander.Pyhalovlinkissue37790 messages
2019-08-17 02:47:34Alexander.Pyhalovcreate