Skip to content

Commit 889bbd8

Browse files
Copilotcsm10495
andcommitted
Add NEWS entry for gh-146268 attributed to Charles Machalow
Co-authored-by: csm10495 <5749838+csm10495@users.noreply.github.com> Agent-Logs-Url: https://github.com/csm10495/cpython/sessions/88e0f16d-fa86-4769-bb78-fa43eb6cc308
1 parent cd6cd54 commit 889bbd8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Fixed extended slice assignment (e.g. ``l[::2] = x``) hanging when the
2+
right-hand side is an infinite iterator. A bounded iteration is now used so
3+
that a :exc:`ValueError` is raised promptly. Patch by Charles Machalow.

0 commit comments

Comments
 (0)