summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 16fe26c..3f12699 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -467,6 +467,11 @@ Windows
Tools/Demos
-----------
+- Issue #26799: Fix python-gdb.py: don't get once C types when the Python code
+ is loaded, but get C types on demande. The C types can change if
+ python-gdb.py is loaded before the Python executable. Patch written by Thomas
+ Ilsche.
+
- Issue #26271: Fix the Freeze tool to properly use flags passed through
configure. Patch by Daniel Shaulov.