summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2021-07-12-10-32-48.bpo-44594.eEa5zi.rst
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.