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
If an exception has a `__context__` set, we use its traceback for the
chained exception. The exception type and value are either taken from
`__cause__` (if set) or `__context__`.
closes#526
Also removed Python 2.7 from Windows test matrix on AppVeyor, because it proved difficult to ignore test files with Python 3 syntax only.
0 commit comments