diff options
author | Victor Stinner <vstinner@python.org> | 2020-01-21 12:47:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 12:47:29 +0100 |
commit | 629023c05be24fa2f01c914c739aaa5a61a0304c (patch) | |
tree | 7b5adb90a28b80e663cc8661297ce04f0bdc31bb /Python | |
parent | eab3b3f1c60afecfb4db3c3619109684cb04bd60 (diff) | |
download | cpython-git-629023c05be24fa2f01c914c739aaa5a61a0304c.tar.gz |
bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099)
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
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions