[New-bugs-announce] [issue4558] with_stdc89

Christian Heimes report at bugs.python.org
Sat Dec 6 03:25:26 CET 2008


New submission from Christian Heimes <lists at cheimes.de>:

The patch adds a configure option --with-stdc89. It also fixes some edge
cases in socketmodule.h and linuxaudiodev so all related modules can be
build in c89 mode.

I'm planning to add the configure option to the build bots in order to
detect c89 incompatibilities like the usage of "inline" and // style
comments.

----------
components: Build
files: with_stdc89.patch
keywords: patch, patch
messages: 77097
nosy: christian.heimes
priority: normal
severity: normal
stage: patch review
status: open
title: with_stdc89
type: feature request
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file12246/with_stdc89.patch

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


More information about the New-bugs-announce mailing list