mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
#11565: Merge with 3.1.
This commit is contained in:
commit
3b3499ba69
93 changed files with 124 additions and 124 deletions
|
|
@ -709,7 +709,7 @@ _PyLong_FromByteArray(const unsigned char* bytes, size_t n,
|
|||
is_signed = *pendbyte >= 0x80;
|
||||
|
||||
/* Compute numsignificantbytes. This consists of finding the most
|
||||
significant byte. Leading 0 bytes are insignficant if the number
|
||||
significant byte. Leading 0 bytes are insignificant if the number
|
||||
is positive, and leading 0xff bytes if negative. */
|
||||
{
|
||||
size_t i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue