This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Marco Sulla
Recipients Marco Sulla, cludwig, vstinner, xtreak
Date 2020-03-01.15:22:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583076136.1.0.728732863023.issue39697@roundup.psfhosted.org>
In-reply-to
Content
Mmmmhhhh... wait a moment. It seems the behavior is intended:

https://bugs.python.org/issue1324762

I quote:


The patch contains the following changes:
[...]
2) The compiler used to translate python's main() function is 
stored in the configure / Makefile variable MAINCC. By 
default, MAINCC=$(CC). [...] If 
--with-cxx-main=<compiler> is on the configure command 
line, then MAINCC=<compiler>.


Honestly I have _no idea_ why this change was made. Unluckily, the link to the discussion is broken.
History
Date User Action Args
2020-03-01 15:22:16Marco Sullasetrecipients: + Marco Sulla, cludwig, vstinner, xtreak
2020-03-01 15:22:16Marco Sullasetmessageid: <1583076136.1.0.728732863023.issue39697@roundup.psfhosted.org>
2020-03-01 15:22:16Marco Sullalinkissue39697 messages
2020-03-01 15:22:16Marco Sullacreate