cpython/Tools/clinic
Serhiy Storchaka e18829a8ad
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.
2025-07-13 12:44:54 +03:00
..
libclinic gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630) 2025-07-13 12:44:54 +03:00
.ruff.toml Lint: Create a project-wide `.ruff.toml` settings file (#133124) 2025-05-01 08:28:44 +00:00
clinic.py gh-113317: Finish splitting Argument Clinic into sub-files (#117513) 2024-04-04 11:09:40 +02:00
mypy.ini Replace strict_concatenate = True with extra_checks = True (#126391) 2025-01-25 12:44:23 +03:00