[issue1222585] C++ compilation support for distutils

2020-06-16 Thread Ryan Schmidt


Ryan Schmidt  added the comment:

What needs to happen to get this 15 year old bug fixed? It prevents C++ Python 
modules from being compiled in situations where the user needs to supply 
CXXFLAGS.

--
nosy: +ryandesign

___
Python tracker 
<https://bugs.python.org/issue1222585>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1222585] C++ compilation support for distutils

2020-06-18 Thread Ryan Schmidt


Ryan Schmidt  added the comment:

Christian, thanks for the pointer. I think you're right, I probably am actually 
wanting this to be fixed in setuptools, not distutils, since setuptools is what 
people are using today. Since setuptools is an offshoot of distutils, I had 
assumed that the developers of setuptools would take ownership of any remaining 
distutils bugs that affected setuptools but I guess not. I looked through the 
setuptools issue tracker and this was the closest existing bug I could find: 
https://github.com/pypa/setuptools/issues/1732

--

___
Python tracker 
<https://bugs.python.org/issue1222585>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com