Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9e48c commit b4761beCopy full SHA for b4761be
1 file changed
Modules/_testcapi/long.c
@@ -813,7 +813,7 @@ pylong_frombits(PyObject *module, PyObject *args)
813
PyBuffer_Release(&buffer);
814
return NULL;
815
}
816
- PyObject *res = signed_
+ PyObject *res = signed_
817
? PyLong_FromBits(buffer.buf, n, (int)endianness)
818
: PyLong_FromUnsignedBits(buffer.buf, n, (int)endianness);
819
0 commit comments