mirror of
https://github.com/python/cpython.git
synced 2026-05-21 03:44:14 -04:00
004a65c9b1
wasn't used outside the assert (and hence caused a compiler warning about an unused variable in NDEBUG mode). The assert wasn't very useful any more. _PyLong_NumBits(): moved the calculation of ndigits after asserting that v != NULL.