Message 186154 - Python tracker (original) (raw)
True: I'm not sure what to do about that---there are other tests in that test module that also rely on del resulting in immediate cleanup. I'm not sure what other implementations are currently doing with this test module.
I could mark the new test as cpython only, or add a gc.collect (but I'm not sure if the latter is enough, either).