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 BTaskaya
Recipients BTaskaya, Mark.Shannon, christian.heimes, mark.dickinson, pablogsal, rhettinger, serhiy.storchaka
Date 2020-11-24.18:46:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606243571.23.0.587015868355.issue42454@roundup.psfhosted.org>
In-reply-to
Content
As a side effect, we also now fold some esoteric cases which are not very common. Like;
"""
test
"""[1:-1]

We reviewed only optimizing this a while back and decided these are not that common to add a code path. Just wanted to mention that now we optimize these away without any extra additions / maintenance cost.
History
Date User Action Args
2020-11-24 18:46:11BTaskayasetrecipients: + BTaskaya, rhettinger, mark.dickinson, christian.heimes, Mark.Shannon, serhiy.storchaka, pablogsal
2020-11-24 18:46:11BTaskayasetmessageid: <1606243571.23.0.587015868355.issue42454@roundup.psfhosted.org>
2020-11-24 18:46:11BTaskayalinkissue42454 messages
2020-11-24 18:46:11BTaskayacreate