[Python-Dev] [Python-checkins] python/dist/src setup.py, 1.219, 1.220 (original) (raw)
Stephen J. Turnbull stephen at xemacs.org
Sun Aug 28 15:27:04 CEST 2005
- Previous message: [Python-Dev] [Python-checkins] python/dist/src setup.py, 1.219, 1.220
- Next message: [Python-Dev] Admin access using svn+ssh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Martin" == Martin v Löwis <martin at v.loewis.de> writes:
Martin> Raymond Hettinger wrote:
>> Do you have an ANSI-strict option with your compiler?
Martin> gcc does have an option to force c89 compliance, but there
Martin> is a good chance that Python stops compiling with option:
Martin> on many systems, essential system headers fail to comply
Martin> with C89 (in addition, activating that mode also makes
Martin> many extensions unavailable).
However, it might be a reasonable pre-checkin test to try compiling changed files with the option enabled, depending on the number of nonconforming system headers, etc., and grep the output for whinging about c89-nonconformance.
-- School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.
- Previous message: [Python-Dev] [Python-checkins] python/dist/src setup.py, 1.219, 1.220
- Next message: [Python-Dev] Admin access using svn+ssh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]