mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
ad9a066050
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.