SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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
V
Victor Stinner committed
f458ac01ba522cc7f94c0c0ee9a00c82f1be6d69
Parent: 1d25b75
Committed by GitHub <[email protected]> on 11/5/2025, 7:18:45 PM