mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
2447773573
Raise ValueError OverflowError in case of a negative _length_ in a ctypes.Array subclass. Also raise TypeError instead of AttributeError for non-integer _length_. Co-authored-by: Oren Milman <orenmn@gmail.com>