mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Merged revisions 74691 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r74691 | mark.dickinson | 2009-09-06 21:53:58 +0100 (Sun, 06 Sep 2009) | 9 lines
Merged revisions 74689 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74689 | mark.dickinson | 2009-09-06 21:51:37 +0100 (Sun, 06 Sep 2009) | 1 line
Remove redundant assignment
........
................
This commit is contained in:
parent
dc9bc3be97
commit
4cb041ad32
1 changed files with 0 additions and 1 deletions
|
|
@ -1862,7 +1862,6 @@ long_from_binary_base(char **str, int base)
|
|||
for (bits_per_char = -1; n; ++bits_per_char)
|
||||
n >>= 1;
|
||||
/* n <- total # of bits needed, while setting p to end-of-string */
|
||||
n = 0;
|
||||
while (_PyLong_DigitValue[Py_CHARMASK(*p)] < base)
|
||||
++p;
|
||||
*str = p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue