[New-bugs-announce] [issue17905] Add check for locale.h

Antonio Cavallo report at bugs.python.org
Sat May 4 16:09:13 CEST 2013


New submission from Antonio Cavallo:

This patch adds autoconf.ac check for the locale.h file in addition to langinfo.h. The patch contains also a fix to Python/fileutils.c file.

The android ndk provides locale.h but no langinfo.h: this fixes the issue.

BTW bionic doesn't have any runtime support for locale at the moment in the standard build at least.

----------
components: Build, Cross-Build
files: locale_h_configure.ac.patch
keywords: patch
messages: 188362
nosy: benjamin.peterson, cavallo71, doko, haypo
priority: normal
severity: normal
status: open
title: Add check for locale.h
type: enhancement
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file30123/locale_h_configure.ac.patch

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


More information about the New-bugs-announce mailing list