]> granicus.if.org Git - python/commit
Use PyOS_snprintf instead of sprintf.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Nov 2001 20:24:33 +0000 (20:24 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Nov 2001 20:24:33 +0000 (20:24 +0000)
commit05bd787c6cd55f29d43465de621778221e0fc46e
tree48cda9656ae44839b52a7b8b8d3979ef92bbef5c
parenta30eacf45815c14b480972c5097677fac83ed4c0
Use PyOS_snprintf instead of sprintf.

Just being sure.  The old code looks like it was safe, but there's no
harm in double-checking.
Python/exceptions.c