mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
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.
Miscellaneous source files for the main Python shared library