]> granicus.if.org Git - python/commit
bpo-33041: Fix downcast warning on Windows (#6595)
authorVictor Stinner <vstinner@redhat.com>
Fri, 27 Apr 2018 12:30:01 +0000 (14:30 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Apr 2018 12:30:01 +0000 (14:30 +0200)
commit078c4e3519deeef8014541925da057bb064eb5a8
tree9f48594141d97876d6c71ee73ce502e3ff212cf1
parent4114846265536344538ae44cb8ffd8ce2903faf7
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.
Objects/frameobject.c