]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix spurious test failure of test_socket_ssl when run in this order:
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 4 Mar 2006 23:13:41 +0000 (23:13 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 4 Mar 2006 23:13:41 +0000 (23:13 +0000)
commitd8cea79bb4f4b33fb4795414c73e99b2724f557e
treebb195e57f88c8fea073f09578e5fdd2d68c20663
parent7b216c52e431360a630be65c349b113a0486121d
Fix spurious test failure of test_socket_ssl when run in this order:
  test_codecmaps_tw test_importhooks test_socket_ssl

I don't completely understand the cause, but there's a lot of import magic
going on and this is the smallest change which fixes the problem.
Lib/test/test_importhooks.py