mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
64dae2efd5
Cast size_t to Py_ssize_t, rather than casting it to long. On 64-bit
Windows, long is 32-bit whereas Py_ssize_t is 64-bit.
(cherry picked from commit 9707bf228e)
Co-authored-by: Victor Stinner <vstinner@python.org>
Source files for various builtin objects