[New-bugs-announce] [issue22623] Missing guards for some POSIX functions

Link Mauve report at bugs.python.org
Mon Oct 13 14:44:03 CEST 2014


New submission from Link Mauve:

Many POSIX functions aren’t available on every system, especially embedded ones.

The first patch introduces guards around some of these functions and add them to AC_CHECK_FUNCS in the configure.ac; the second one recompile every changed generated file, using autoreconf -fi and clinic.

----------
components: Build
hgrepos: 276
messages: 229243
nosy: Link Mauve
priority: normal
severity: normal
status: open
title: Missing guards for some POSIX functions
type: compile error
versions: Python 3.5

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


More information about the New-bugs-announce mailing list