]> granicus.if.org Git - python/commit
Make sure every run of test_intern() interns a new string, otherwise that test fails...
authorGeorg Brandl <georg@python.org>
Tue, 27 Oct 2009 22:56:09 +0000 (22:56 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 27 Oct 2009 22:56:09 +0000 (22:56 +0000)
commit4e1be94bc6c7ec21daf1de030cc59c9c61b498f8
treee784c00e70d64bb4a960c4e129cc9a166845ab5b
parent53e9fa4eed281dc7d1dc05ba359ee2d546a7500f
Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode.
Lib/test/test_builtin.py