##// END OF EJS Templates
test-bundle2-format: force gc so a GeneratorExit will be thrown...
test-bundle2-format: force gc so a GeneratorExit will be thrown PyPy has looser semantics than CPython for when a generator's close method will be called. Forcing the gc causes it to be called at the right moment.
Bryan O'Sullivan -
r27539:23541bdd default
Show More