summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tools-Demos/2025-01-03-23-51-07.gh-issue-128152.IhzElS.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-01-14 11:41:39 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-01-14 11:52:58 (GMT)
commitf26daa9470925120f6336ca508f7ea193b00a3f4 (patch)
treeb422a947239db4846e422383b236595c98a102f1 /Misc/NEWS.d/next/Tools-Demos/2025-01-03-23-51-07.gh-issue-128152.IhzElS.rst
parentff3e145b2770ffe86c905b1092747ce3d8381319 (diff)
downloadcpython-f26daa9470925120f6336ca508f7ea193b00a3f4.zip
cpython-f26daa9470925120f6336ca508f7ea193b00a3f4.tar.gz
cpython-f26daa9470925120f6336ca508f7ea193b00a3f4.tar.bz2
Python 3.14.0a4v3.14.0a4
Diffstat (limited to 'Misc/NEWS.d/next/Tools-Demos/2025-01-03-23-51-07.gh-issue-128152.IhzElS.rst')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2025-01-03-23-51-07.gh-issue-128152.IhzElS.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2025-01-03-23-51-07.gh-issue-128152.IhzElS.rst b/Misc/NEWS.d/next/Tools-Demos/2025-01-03-23-51-07.gh-issue-128152.IhzElS.rst
deleted file mode 100644
index 9657e13..0000000
--- a/Misc/NEWS.d/next/Tools-Demos/2025-01-03-23-51-07.gh-issue-128152.IhzElS.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix a bug where Argument Clinic's C pre-processor parser tried to parse
-pre-processor directives inside C comments. Patch by Erlend Aasland.