-
Victor Stinner yazdı
Don't use yield/yield-from in an except block of a generator. Store the exception and handle it outside the except block.
5d44c08f
Don't use yield/yield-from in an except block of a generator. Store the exception and handle it outside the except block.