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 Anthony Sottile
Recipients Anthony Sottile
Date 2021-01-24.08:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611478065.37.0.124629294283.issue43014@roundup.psfhosted.org>
In-reply-to
Content
admittedly anecdotal but here's another data point in addition to the profiles attached

test.test_tokenize suite before:

$ ./python -m test.test_tokenize
..............................................................................
----------------------------------------------------------------------
Ran 78 tests in 77.148s

OK


test.test_tokenize suite after:

$ ./python -m test.test_tokenize
..............................................................................
----------------------------------------------------------------------
Ran 78 tests in 61.269s

OK
History
Date User Action Args
2021-01-24 08:47:45Anthony Sottilesetrecipients: + Anthony Sottile
2021-01-24 08:47:45Anthony Sottilesetmessageid: <1611478065.37.0.124629294283.issue43014@roundup.psfhosted.org>
2021-01-24 08:47:45Anthony Sottilelinkissue43014 messages
2021-01-24 08:47:45Anthony Sottilecreate