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 serhiy.storchaka
Recipients SilentGhost, ezio.melotti, mrabarnett, serhiy.storchaka, vstinner
Date 2016-11-20.22:15:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479680153.15.0.760480043451.issue28727@psf.upfronthosting.co.za>
In-reply-to
Content
This looks too complicated. groups, indexgroup and groupindex are unambiguously derived from pattern string. If caching works different pattern strings are compiled to different pattern objects. Currently they are not equal, even if their codes are equal. And I don't see large need to consider them equal.
History
Date User Action Args
2016-11-20 22:15:53serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, mrabarnett, SilentGhost
2016-11-20 22:15:53serhiy.storchakasetmessageid: <1479680153.15.0.760480043451.issue28727@psf.upfronthosting.co.za>
2016-11-20 22:15:53serhiy.storchakalinkissue28727 messages
2016-11-20 22:15:53serhiy.storchakacreate