]> granicus.if.org Git - python/commit
Add 3 more bytes to a buffer to cover constants in string and null byte on top of...
authorBrett Cannon <bcannon@gmail.com>
Mon, 5 Jun 2006 23:51:55 +0000 (23:51 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 5 Jun 2006 23:51:55 +0000 (23:51 +0000)
commit4f7a7220c1f019ced1b82b475115470df6fc3e69
tree1dee1d8676474368e4c90e17ef07c1ac25c1f689
parentd792392db4b63bea14b40e3f6e3c41ab4eb6e6fa
Add 3 more bytes to a buffer to cover constants in string and null byte on top of 10 possible digits for an int.

Closes bug #1501223.
Python/sysmodule.c