On 5/2/2022 2:21 PM, Victor Stinner wrote:
Maybe it should be made optional, but so far I failed to test if distutils has an available C++ compiler.
Considering the current status of distutils, you should probably put that check in configure or the Makefile and build the extension from there. Then the test suite can check whether it was built or not.
Cheers, Steve _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/46C4ZJZZ5KSPHS4WRICHEOEQZWHXHWWT/ Code of Conduct: http://python.org/psf/codeofconduct/
