> This section of major new features should've included the addition of atomic groups/possessive matching into the `re` module. This is a boost in regex matching performance when the pattern doesn't need any backtracking.
Can you provide a bpo number, please? On Wed, 6 Apr 2022 at 13:15, Jeremiah Vivian <[email protected]> wrote: > > Among the new major new features and changes so far: > This section of major new features should've included the addition of > atomic groups/possessive matching into the `re` module. This is a boost in > regex matching performance when the pattern doesn't need any backtracking. > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/RQLG4LHKRALHERZKARFXUDTYCRBFV6ST/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/TOPYFQCA67CJ6NRFT7BTUIQIVTCMDO6I/ Code of Conduct: http://python.org/psf/codeofconduct/
