Commit ad9a0660 authored by Victor Stinner's avatar Victor Stinner

Issue #9566: compile.c uses Py_ssize_t instead of int to store sizes to fix

compiler warnings on Windows 64-bit. Use Py_SAFE_DOWNCAST() where the final
downcast is needed.

The bytecode doesn't support integer parameters larger than 32-bit yet.
parent 1540b16f
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment