]> granicus.if.org Git - python/commit
Fix for tet_bigmem.py (the failure was caused by a spurious reference
authorGuido van Rossum <guido@python.org>
Thu, 12 Jul 2007 08:11:23 +0000 (08:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jul 2007 08:11:23 +0000 (08:11 +0000)
commita5d0c260ace921f1a504c0592312d5aefb24b510
treecad256edcd67d9cebcee1afa2a86891486326456
parent652f446d4212bbfcd5a50c5250ab280f3d969db5
Fix for tet_bigmem.py (the failure was caused by a spurious reference
to 'file', which no longer exists).
Fix inspired by Christian Heimes, SF# 1752195.
Lib/test/test_bigmem.py