SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)

For unsigned integer formats in the PyArg_Parse* functions,
accepting Python integers with value that is larger than
the maximal value the corresponding C type or less than
the minimal value for the corresponding signed integer type
is now deprecated.
S
Serhiy Storchaka committed
e18829a8adb3a64ffffffbd7dcada3c3611522b0
Parent: 3dbe02c
Committed by GitHub <noreply@github.com> on 7/13/2025, 9:44:54 AM