Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 5, 2025

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

(cherry picked from commit f458ac0)

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

(cherry picked from commit f458ac0)
@vstinner
Copy link
Member Author

vstinner commented Nov 5, 2025

Win32 built successsfully without warnings:

Build succeeded.
    0 Warning(s)
    0 Error(s)

@vstinner vstinner marked this pull request as ready for review November 5, 2025 19:29
@vstinner vstinner enabled auto-merge (squash) November 5, 2025 19:29
@vstinner vstinner merged commit 36e9f67 into python:3.14 Nov 5, 2025
51 checks passed
@vstinner vstinner deleted the fix_remote_debugging_warns14 branch November 5, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant