Close #19092: ExitStack now reraises exceptions from __exit__
Report and patch by Hrvoje Nikšić
diff --git a/Misc/ACKS b/Misc/ACKS
index 63c126c..400f528 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -882,7 +882,7 @@
Jonathan Niehof
Gustavo Niemeyer
Oscar Nierstrasz
-Hrvoje Niksic
+Hrvoje Nikšić
Gregory Nofi
Jesse Noller
Bill Noon
diff --git a/Misc/NEWS b/Misc/NEWS
index 7898b9b..30e6111 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,10 @@
Library
-------
+- Issue #19092: contextlib.ExitStack now correctly reraises exceptions
+ from the __exit__ callbacks of inner context managers (Patch by Hrvoje
+ Nikšić)
+
- Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except
when necessary. Patch by Oscar Benjamin.