Skip to content
Snippets Groups Projects
Unverified Commit 9707bf22 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub
Browse files

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.
parent 88b754b6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment