-
Victor Stinner authored
Don't use yield/yield-from in an except block of a generator. Store the exception and handle it outside the except block.
85c9d006
Don't use yield/yield-from in an except block of a generator. Store the exception and handle it outside the except block.