mirror of
https://github.com/python/cpython.git
synced 2026-08-12 06:15:14 +08:00
pow(x,y,z) == pow(x,y)%z, but without incurring overflow Correct problems found by THINK C 6.0
pow(x,y,z) == pow(x,y)%z, but without incurring overflow Correct problems found by THINK C 6.0