mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
f7bb658124
`x**y == 1/x**-y ` thus changing `/=` to `*=` by negating the exponent.
Source files for various builtin objects