SIGN IN SIGN UP

gh-99845: _PyObject_DictPointer(): fix dictoffset cast (#99922)

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.
V
Victor Stinner committed
9707bf228e008485a3fbb63aa7ee28cf88014f91
Parent: 88b754b
Committed by GitHub <noreply@github.com> on 12/1/2022, 1:07:58 PM