gh-156101: Don't set the result in error in PyLong_AsInt32() (#156727) Don't set the result in error in PyLong_AsInt32(), PyLong_AsUInt32(), PyLong_AsInt64() and PyLong_AsUInt64(). Leave the result unchanged in this case.