X Tutup
Skip to content

[3.13] gh-140938: Raise ValueError for infinite inputs to stdev/pstdev (GH-141531)#141584

Merged
gpshead merged 1 commit intopython:3.13from
gpshead:backport-3.13-gh-140938
Nov 15, 2025
Merged

[3.13] gh-140938: Raise ValueError for infinite inputs to stdev/pstdev (GH-141531)#141584
gpshead merged 1 commit intopython:3.13from
gpshead:backport-3.13-gh-140938

Conversation

@gpshead
Copy link
Member

@gpshead gpshead commented Nov 15, 2025

Raise ValueError for infinite inputs to stdev/pstdev
(cherry picked from commit f0a8bc7)

Co-authored-by: Raymond Hettinger rhettinger@users.noreply.github.com


Co-authored-by: Gregory P. Smith 68491+gpshead@users.noreply.github.com
Co-authored-by: Bénédikt Tran 10796600+picnixz@users.noreply.github.com

…pythonGH-141531)

Raise ValueError for infinite inputs to stdev/pstdev

---

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
(cherry picked from commit f0a8bc7)
@bedevere-app bedevere-app bot added the type-bug An unexpected behavior, bug, or error label Nov 15, 2025
@gpshead gpshead marked this pull request as ready for review November 15, 2025 04:26
@gpshead gpshead enabled auto-merge (squash) November 15, 2025 04:27
@gpshead gpshead merged commit b693037 into python:3.13 Nov 15, 2025
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup