]> granicus.if.org Git - python/commit
Move registration of the codec search function to the module scope
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 24 Nov 2005 22:00:56 +0000 (22:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 24 Nov 2005 22:00:56 +0000 (22:00 +0000)
commit430f68b447f61aab20b7db58705f6b16b10d5149
tree7823e10f6192058338044f9d9ec70dd22b60f07d
parenta98e7694eecaaf05c299f5c9f4aa4d0985d374ee
Move registration of the codec search function to the module scope
so it is only executed once.  Otherwise the same search function is
repeated added to the codec search path when regrtest is run with -R
and leaks are reported.
Lib/test/test_unicode.py