mirror of
https://github.com/python/cpython.git
synced 2026-08-09 11:38:39 +08:00
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.