]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134119: Fix crash from calling next() on exhausted template iterator (#134120)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 17 May 2025 19:23:19 +0000 (12:23 -0700)
committerGitHub <noreply@github.com>
Sat, 17 May 2025 19:23:19 +0000 (12:23 -0700)
commitfc7f4c36664314393bd4c30355e21bd7aeac524d
treed91d2dfb0b22e8672191d3a201d019f378d5e733
parent84914ad0e5f96f0ca7238f3b4bc7fc4e50b1abb3
gh-134119: Fix crash from calling next() on exhausted template iterator (#134120)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_string/test_templatelib.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-16-20-59-12.gh-issue-134119.w8expI.rst [new file with mode: 0644]
Objects/templateobject.c