summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-13 22:17:34 (GMT)
committerGitHub <noreply@github.com>2024-05-13 22:17:34 (GMT)
commit29a2f9cc286f6cef8a359fc7022fe9d480a2eb79 (patch)
tree621954dcffd4452c0fdfc055ec96e4cf59571240 /Misc
parentc7628b0ea0aaee8b6b16a8e69edea86a668ef94e (diff)
downloadcpython-29a2f9cc286f6cef8a359fc7022fe9d480a2eb79.zip
cpython-29a2f9cc286f6cef8a359fc7022fe9d480a2eb79.tar.gz
cpython-29a2f9cc286f6cef8a359fc7022fe9d480a2eb79.tar.bz2
[3.13] GH-118836: Fix JIT build error when SHT_NOTE section is present (GH-119020)
(cherry picked from commit e04cd964eb4eee1b0ae5b2c34727abce6c0fb7f0) Co-authored-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2024-05-13-15-57-58.gh-issue-118836.7yN1iB.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-05-13-15-57-58.gh-issue-118836.7yN1iB.rst b/Misc/NEWS.d/next/Build/2024-05-13-15-57-58.gh-issue-118836.7yN1iB.rst
new file mode 100644
index 0000000..5212af7
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-05-13-15-57-58.gh-issue-118836.7yN1iB.rst
@@ -0,0 +1,2 @@
+Fix an ``AssertionError`` when building with ``--enable-experimental-jit``
+and the compiler emits a ``SHT_NOTE`` section.