In PyNumber_ToBase, changed from an assert to returning an error when…
In PyNumber_ToBase, changed from an assert to returning an error when PyObject_Index() returns something other than an int or long. It should never be possible to trigger this, as PyObject_Index checks to make sure it returns an int or long.
Showing
Please
register
or
sign in
to comment