]> granicus.if.org Git - python/commit
long_from_binary_base(): Sped this a little by computing the # of bits
authorTim Peters <tim.peters@gmail.com>
Sun, 2 Feb 2003 17:33:53 +0000 (17:33 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 2 Feb 2003 17:33:53 +0000 (17:33 +0000)
commit1a3b19a6e9ac3e65fd2b648f5f2e04312afe8674
treede14e7f37e51944fd2b711a468cee74a6b21fbc6
parent70b02d79f90cbe6524291b01c4828d37523cde97
long_from_binary_base():  Sped this a little by computing the # of bits
needed outside the first loop.
Objects/longobject.c