You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is a regression and we are close to cutting a release branch, I'm planning to revert #11289 for now. It can be merged again with a fix to the special case.
This generates an error, even though it's valid at runtime:
An exception instance is valid if the second object is
None
: https://docs.python.org/2/reference/simple_stmts.html#the-raise-statementIt looks like #11289 forgot to handle this case.
Since this is a regression and we are close to cutting a release branch, I'm planning to revert #11289 for now. It can be merged again with a fix to the special case.
cc @sobolevn
The text was updated successfully, but these errors were encountered: