• Guido van Rossum's avatar
    The error reporting here was a bit sparse. In verbose mode, the code · c907bd89
    Guido van Rossum authored
    in run_test() referenced two non-existent variables, and in
    non-verbose mode, the tests didn't report the actual number, when it
    differed from the expected number.  Fixed this.
    
    Also added an extra call to gc.collect() at the start of test_all().
    This will be needed when I check in the changes to add GC to new-style
    classes.
    c907bd89
test_gc.py 4.16 KB