[issue23691] re.finditer iterator is not reentrant, but doesn't protect against nested calls to __next__

miss-islington report at bugs.python.org
Mon Mar 21 07:31:07 EDT 2022


miss-islington <mariatta.wijaya+miss-islington at gmail.com> added the comment:


New changeset 1b21b55ee0ea57226c52dc9f3ee3c034a5d1dc7b by Miss Islington (bot) in branch '3.10':
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
https://github.com/python/cpython/commit/1b21b55ee0ea57226c52dc9f3ee3c034a5d1dc7b


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue23691>
_______________________________________


More information about the Python-bugs-list mailing list