diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-04-27 12:30:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-27 12:30:01 (GMT) |
commit | 078c4e3519deeef8014541925da057bb064eb5a8 (patch) | |
tree | 9f48594141d97876d6c71ee73ce502e3ff212cf1 /Python/compile.c | |
parent | 4114846265536344538ae44cb8ffd8ce2903faf7 (diff) | |
download | cpython-078c4e3519deeef8014541925da057bb064eb5a8.zip cpython-078c4e3519deeef8014541925da057bb064eb5a8.tar.gz cpython-078c4e3519deeef8014541925da057bb064eb5a8.tar.bz2 |
bpo-33041: Fix downcast warning on Windows (#6595)
Cast pointer difference from ssize_t to int: a frame is very unlikely
larger than 2 GB.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions