]> granicus.if.org Git - python/commit
A new table to help string->integer conversion was added yesterday to
authorTim Peters <tim.peters@gmail.com>
Thu, 25 May 2006 17:34:03 +0000 (17:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 25 May 2006 17:34:03 +0000 (17:34 +0000)
commitda53afa1b09218c0fb7ce8803cd783a43ee9d319
tree55ed99dec4c151821786792c743032ccd72ff4af
parente68955cf3299efa93c95a6638e8e68191c57302b
A new table to help string->integer conversion was added yesterday to
both mystrtoul.c and longobject.c.  Share the table instead.  Also
cut its size by 64 entries (they had been used for an inscrutable
trick originally, but the code no longer tries to use that trick).
Include/longobject.h
Objects/longobject.c
Python/mystrtoul.c