[issue17679] sysconfig generation uses some env variables multiple times

Ned Deily report at bugs.python.org
Wed Apr 10 00:35:03 CEST 2013


Ned Deily added the comment:

There definitely are configurations where some values do get duplicated in CFLAGS and LDFLAGS.  In my experience this is generally harmless for builds but, as you point out, it can break tests that expect particular values.  It would be nice to clean this up.

----------
nosy: +ned.deily
stage:  -> needs patch
versions: +Python 3.3 -Python 3.1

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


More information about the Python-bugs-list mailing list