mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
3ddc515255
* Fix a RuntimeWarning emitted when assign an integer-like value that is not an instance of int to an attribute that corresponds to a C struct member of type T_UINT and T_ULONG. * Fix a double RuntimeWarning emitted when assign a negative integer value to an attribute that corresponds to a C struct member of type T_UINT.
Miscellaneous source files for the main Python shared library