Issue #1754094: Improve the stack depth calculation in the compiler.
There should be no other effect than a small decrease in memory use.
diff --git a/Misc/NEWS b/Misc/NEWS
index 101487a..4a82a5e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@
Core and Builtins
-----------------
+- Issue #1754094: Improve the stack depth calculation in the compiler.
+ There should be no other effect than a small decrease in memory use.
+ Patch by Christopher Tur Lesniewski-Laas.
+
- Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
using byte values greater than 127. Patch by egreen.