[issue6145] distutils.extension.read_setup_file misinterprets -C switch

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue6145] distutils.extension.read_setup_file misinterprets -C switch

2014-03-19 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6145 ___

[issue6145] distutils.extension.read_setup_file misinterprets -C switch

2009-09-07 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: Thanks for the patch. I need to look at how read_setup_file is actually used in the community, then apply the patch in consequence. -- type: - behavior versions: -Python 2.4, Python 2.5, Python 2.6, Python 3.0

[issue6145] distutils.extension.read_setup_file misinterprets -C switch

2009-05-29 Thread Lorenz Quack
New submission from Lorenz Quack d...@amberfisharts.com: I'm not sure if this is a bug or some weird backward-compatible behaviour... In distutil.extension.read_setup_file it checks for the -C switch but then appends word instead of value So if you pass -C-Wall it actually passes exactly that