mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
d73cf7ca85
Use Py_ssize_t type rather than int, to store lengths in unionobject.c. Fix the warning: Objects\unionobject.c(205,1): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data
Source files for various builtin objects