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 veky
Recipients veky, vmd3.14
Date 2022-03-07.14:24:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646663087.12.0.657881013734.issue46945@roundup.psfhosted.org>
In-reply-to
Content
Confirmed. On Python 3.10.2,

    >>> re.findall(r"(((\w)+\w*\3){2}|(\w)+(?=\w*\4)\w*(?!\4)(\w)\w*\5)\w*",'alabama')
    []

yet https://regex101.com/r/uT8gag/1 (with "Python" selected) says it should match.
History
Date User Action Args
2022-03-07 14:24:47vekysetrecipients: + veky, vmd3.14
2022-03-07 14:24:47vekysetmessageid: <1646663087.12.0.657881013734.issue46945@roundup.psfhosted.org>
2022-03-07 14:24:47vekylinkissue46945 messages
2022-03-07 14:24:47vekycreate