summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-11-19 22:23:20 +0100
committerVictor Stinner <victor.stinner@gmail.com>2013-11-19 22:23:20 +0100
commit4bcc16eb5291c2e256c86e9316cae5a4001cbe70 (patch)
treed814bffd7f1ee2f3de95e1113a58705955e86e3f /Python/pythonrun.c
parentf7f06972938140f048f20b92a95ba21f12e32967 (diff)
downloadcpython-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