summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-07-18 06:47:03 (GMT)
committerGitHub <noreply@github.com>2022-07-18 06:47:03 (GMT)
commit97b4121f9373a1b5312b90ac00eae9960deacfdb (patch)
tree424ff814871899bb9d388544e82d2a07b6731f1b /Misc/NEWS.d
parentc961d14f85a0e3e53d5ad1182206ef34030f10b8 (diff)
downloadcpython-97b4121f9373a1b5312b90ac00eae9960deacfdb.zip
cpython-97b4121f9373a1b5312b90ac00eae9960deacfdb.tar.gz
cpython-97b4121f9373a1b5312b90ac00eae9960deacfdb.tar.bz2
gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Build/2022-07-14-11-13-26.gh-issue-94847.s3Kr5p.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-07-14-11-13-26.gh-issue-94847.s3Kr5p.rst b/Misc/NEWS.d/next/Build/2022-07-14-11-13-26.gh-issue-94847.s3Kr5p.rst
new file mode 100644
index 0000000..a6d1e72
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-07-14-11-13-26.gh-issue-94847.s3Kr5p.rst
@@ -0,0 +1,2 @@
+Fixed ``_decimal`` module build issue on GCC when compiling with LTO and
+pydebug. Debug builds no longer force inlining of functions.