New submission from Christian Heimes <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue4558> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com