mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.