[New-bugs-announce] [issue26723] Add an option to skip _decimal module

Chi Hsuan Yen report at bugs.python.org
Sat Apr 9 14:40:00 EDT 2016


New submission from Chi Hsuan Yen:

As said by Stefan Krah in http://bugs.python.org/issue23496#msg236886, Android ports can use pure python decimal module. Of course I can, but _decimal is always built and error messages are spamming. This change allow disabling _decimal from ./configure.

For the complete build process, have a look into scripts and patches from https://github.com/yan12125/python3-android.

----------
components: Build, Cross-Build, Extension Modules
files: allow-disable-libmpdec.patch
keywords: patch
messages: 263105
nosy: Alex.Willmer, Chi Hsuan Yen
priority: normal
severity: normal
status: open
title: Add an option to skip _decimal module
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42415/allow-disable-libmpdec.patch

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


More information about the New-bugs-announce mailing list