blob: a2bfd8ff5b51bc09f79937ae5e2555affdd5776b (
plain)
1
2
3
|
Fix an edge case of :class:`ExitStack` and :class:`AsyncExitStack` exception
chaining. They will now match ``with`` block behavior when ``__context__`` is
explicitly set to ``None`` when the exception is in flight.
|