diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-11-19 21:23:20 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-11-19 21:23:20 (GMT) |
commit | ad9a066050ff4cf7863b9ed4dc24e284a077c1de (patch) | |
tree | ce5d159a887b84c8e00f2dad88a0f1aeeef75c62 /Tools/parser | |
parent | 1540b16ff424fe1d6ec0a94ef83a76b3df31d0eb (diff) | |
download | cpython-ad9a066050ff4cf7863b9ed4dc24e284a077c1de.zip cpython-ad9a066050ff4cf7863b9ed4dc24e284a077c1de.tar.gz cpython-ad9a066050ff4cf7863b9ed4dc24e284a077c1de.tar.bz2 |
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 'Tools/parser')
0 files changed, 0 insertions, 0 deletions