[issue29439] _decimal on Android requires linking with libm

Chi Hsuan Yen report at bugs.python.org
Sat Feb 4 00:07:30 EST 2017


New submission from Chi Hsuan Yen:

Just like issue21668, _decimal requires -lm on Android. This wasn't fixed because _decimal didn't build before issue26846 lands. More specificially, log10 is called https://hg.python.org/cpython/file/tip/Modules/_decimal/libmpdec/mpdecimal.c#l7862

Added _decimal and Android experts

----------
components: Cross-Build
files: decimal.patch
keywords: patch
messages: 286906
nosy: Alex.Willmer, Chi Hsuan Yen, skrah, xdegaye
priority: normal
severity: normal
status: open
title: _decimal on Android requires linking with libm
type: behavior
versions: Python 3.7
Added file: http://bugs.python.org/file46506/decimal.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29439>
_______________________________________


More information about the Python-bugs-list mailing list