◐ Shell
clean mode source ↗

bpo-33387: Fix compiler warning in frame_block_unwind() by vstinner · Pull Request #18099 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

Replace int with intptr_t to fix the warning:

    objects\frameobject.c(341): warning C4244: 'initializing':
    conversion from '__int64' to 'int', possible loss of data

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
Replace int with intptr_t to fix the warning:

    objects\frameobject.c(341): warning C4244: 'initializing':
    conversion from '__int64' to 'int', possible loss of data

Labels