]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the test data to ask for class C from module __main__ rather
authorGuido van Rossum <guido@python.org>
Mon, 16 Apr 2001 00:28:21 +0000 (00:28 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Apr 2001 00:28:21 +0000 (00:28 +0000)
commit42f92da307dfa466bc7d665c4e717af47c27d393
tree048b2c87914599faf1a19e0ae5415a59d31b503d
parent13324e1e1fc2fe50f4344c65ace88a1e037aa23a
Change the test data to ask for class C from module __main__ rather
than from module pickletester.  Using the latter turned out to cause
the test to break when invoked as "import test.test_pickle" or "import
test.autotest".
Lib/test/pickletester.py