diff options
| author | Victor Stinner <vstinner@python.org> | 2022-12-01 13:07:58 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-01 13:07:58 (GMT) |
| commit | 9707bf228e008485a3fbb63aa7ee28cf88014f91 (patch) | |
| tree | d7556e546bf23a5aeb5742a81b154747849bccac /Python/dynload_stub.c | |
| parent | 88b754b605adbb87325cd797c65b4eae2cf25573 (diff) | |
| download | cpython-9707bf228e008485a3fbb63aa7ee28cf88014f91.zip cpython-9707bf228e008485a3fbb63aa7ee28cf88014f91.tar.gz cpython-9707bf228e008485a3fbb63aa7ee28cf88014f91.tar.bz2 | |
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.
Diffstat (limited to 'Python/dynload_stub.c')
0 files changed, 0 insertions, 0 deletions
