diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-11-19 22:23:20 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-11-19 22:23:20 +0100 |
commit | 4bcc16eb5291c2e256c86e9316cae5a4001cbe70 (patch) | |
tree | d814bffd7f1ee2f3de95e1113a58705955e86e3f /Python/pythonrun.c | |
parent | f7f06972938140f048f20b92a95ba21f12e32967 (diff) | |
download | cpython-4bcc16eb5291c2e256c86e9316cae5a4001cbe70.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions