]> granicus.if.org Git - python/commit
Fix refleaks in test_unicode and test_string related to the new format code.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 27 Aug 2007 07:24:17 +0000 (07:24 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 27 Aug 2007 07:24:17 +0000 (07:24 +0000)
commit8a4eb298e25580241feb190cb3c3cc492fa65369
treed1e8579cb49983322a29fbf4e345d6ba5fdc8d73
parent2bad9702930f620b61c8bc3cec3d4cd811df3693
Fix refleaks in test_unicode and test_string related to the new format code.
Stop polluting namespace.
Include/unicodeobject.h
Objects/stringlib/string_format.h
Objects/unicodeobject.c
Python/sysmodule.c