LTO build triggers warnings in _decimal and bltinmodule.c #132423
Labels
build
The build process and cross-build
extension-modules
C modules in the Modules dir
pending
The issue will be closed if no feedback is provided
performance
Performance or resource usage
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
When building CPython with
--enable-optimizations --with-lto
usinggcc
, the following warnings are triggered:1.
_decimal
moduleThis occurs in
word_to_string
, inlined intocoeff_to_string
.2.
bltinmodule.c
This happens in
map_next
, calling_PyObject_MakeTpCall
.--enable-optimizations --with-lto
,-O3 -flto -Wall -Wextra
CPython versions tested on:
3.14
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: