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 V
Victor Stinner committed
629023c05be24fa2f01c914c739aaa5a61a0304c
Parent: eab3b3f
Committed by GitHub <noreply@github.com>
on 1/21/2020, 11:47:29 AM