[issue30915] distutils sometimes assumes wrong C compiler

2021-02-05 Thread Steve Dower
Steve Dower added the comment: Existing distutils bugs are closed under PEP 632. New issues will be considered if they are release blockers, but (by definition) no existing issue meets this bar. -- resolution: -> out of date stage: -> resolved status: open -> closed

[issue30915] distutils sometimes assumes wrong C compiler

2021-02-05 Thread Irit Katriel
Change by Irit Katriel : -- components: +Distutils nosy: +dstufft, eric.araujo, steve.dower ___ Python tracker ___ ___

[issue30915] distutils sometimes assumes wrong C compiler

2017-07-12 Thread moxian
New submission from moxian: https://github.com/python/cpython/blob/2.7/Lib/distutils/unixccompiler.py#L229 In unixcompiler.py runtime_library_dir_option() function, we get the name of active C compiler the following way: `compiler = os.path.basename(sysconfig.get_config_var("CC"))` This works