cpython/PC/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
..
_testconsole.c.h gh-85283: Build _testconsole extension with limited C API (#117125) 2024-03-21 17:45:43 +01:00
_wmimodule.cpp.h gh-131525: Cache the result of tuple_hash (#131529) 2025-03-27 09:57:06 -04:00
msvcrtmodule.c.h gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630) 2025-07-13 12:44:54 +03:00
winreg.c.h gh-131525: Cache the result of tuple_hash (#131529) 2025-03-27 09:57:06 -04:00
winsound.c.h gh-85283: Build winsound extension with limited C API (#110978) 2023-10-17 15:57:10 +02:00