]> granicus.if.org Git - python/commit
Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bit
authorGuido van Rossum <guido@python.org>
Tue, 14 Jan 1997 15:43:41 +0000 (15:43 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 14 Jan 1997 15:43:41 +0000 (15:43 +0000)
commit6f72f97c036bcc0779dc597a935b7250c55d1e8d
tree85f71ed56304a8a8a7ccc41c14b40fc1d56d111c
parent7a515b9156fba283bf6327c619d0c7c800f7857a
Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bit
machines, the string may get longer than 20 characters!
Objects/intobject.c