diff options
author | Victor Stinner <vstinner@python.org> | 2020-09-23 12:07:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 12:07:16 (GMT) |
commit | b7d8d8dbfe83040087a63662e0b908f4b5ac24b0 (patch) | |
tree | fb7af60eab6f060ae4451b9d7c9d5a7c20e2553f /Python/pylifecycle.c | |
parent | 71f2ff4ccf4ff8bdb56cc30d115ca2ddc602b12f (diff) | |
download | cpython-b7d8d8dbfe83040087a63662e0b908f4b5ac24b0.zip cpython-b7d8d8dbfe83040087a63662e0b908f4b5ac24b0.tar.gz cpython-b7d8d8dbfe83040087a63662e0b908f4b5ac24b0.tar.bz2 |
bpo-40941: Fix stackdepth compiler warnings (GH-22377)
Explicitly cast a difference of two pointers to int:
PyFrameObject.f_stackdepth is an int.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions