]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix compiler warnings in remote debugging (#141060)
authorVictor Stinner <vstinner@python.org>
Wed, 5 Nov 2025 19:18:45 +0000 (20:18 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 19:18:45 +0000 (20:18 +0100)
commitf458ac01ba522cc7f94c0c0ee9a00c82f1be6d69
treec5089d1034f1128d76337c54d588ffcfbbe34362
parent1d25b751c5382aa808dbdfd7eacd77cd793418fc
Fix compiler warnings in remote debugging (#141060)

Example of fixed warnings on 32-bit Windows:

    Python\remote_debugging.c(24,53): warning C4244: 'function':
    conversion from 'uint64_t' to 'uintptr_t', possible loss of data

    Modules\_remote_debugging_module.c(789,44): warning C4244:
    'function': conversion from 'uint64_t' to 'size_t', possible loss
    of data
Modules/_remote_debugging_module.c
Python/remote_debugging.c