mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
e5739a69a7
negative modulus won't return the right values. So always do positive modulus on an absolute value and twiddle the sign as appropriate after the fact.