Message 359110 - Python tracker

Message359110

Author bmerry
Recipients BTaskaya, bmerry, josh.r, methane, pitrou, remi.lapeyre, serhiy.storchaka, vstinner
Date 2019-12-31.09:53:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577786028.75.0.263362036911.issue36051@roundup.psfhosted.org>
In-reply-to
Content
> I'll take a look at extra unit tests soon. Do you know off the top of your head where to look for existing `join` tests to add to?

Never mind, I found it: https://github.com/python/cpython/blob/92709a263e9cec0bc646ccc1ea051fc528800d8d/Lib/test/test_bytes.py#L535-L559

Do you think it would be sufficient to change the stress test from joining 1000 items to joining 100000 items?
History
Date User Action Args
2019-12-31 09:53:48bmerrysetrecipients: + bmerry, pitrou, vstinner, methane, serhiy.storchaka, josh.r, remi.lapeyre, BTaskaya
2019-12-31 09:53:48bmerrysetmessageid: <1577786028.75.0.263362036911.issue36051@roundup.psfhosted.org>
2019-12-31 09:53:48bmerrylinkissue36051 messages
2019-12-31 09:53:48bmerrycreate