]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Mar 2022 11:28:31 +0000 (04:28 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Mar 2022 11:28:31 +0000 (04:28 -0700)
commitf89949ec6741bd02841bece61f5b703e738dd13c
tree5a1fc415ef82d58fd20ff9addb400ce947f08074
parent58a7e130375776b192a99b013bc563205a639edc
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)

(cherry picked from commit 08eb754d840696914928355014c2d424131f8835)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Library/2022-03-20-22-13-24.bpo-23691.Nc2TrW.rst [new file with mode: 0644]
Modules/_sre.c
Modules/sre.h