Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] gh-99845: _PyObject_DictPointer(): fix dictoffset cast (GH-99922) #99924

Merged
merged 1 commit into from
Dec 1, 2022

Commits on Dec 1, 2022

  1. pythongh-99845: _PyObject_DictPointer(): fix dictoffset cast (pythonG…

    …H-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.
    (cherry picked from commit 9707bf2)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
    vstinner authored and miss-islington committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ba5d5b3 View commit details
    Browse the repository at this point in the history