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, jkloth, vstinner, xtreak
Date 2020-03-01.22:43:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583102630.72.0.773752624083.issue39697@roundup.psfhosted.org>
In-reply-to
Content
Okay... if I have understood well, the problem is with C++ Extensions.

Some questions:

1. does this problem exists yet?
2. if yes, maybe Python have to wrap the python.c and _testembed.c so they can also be compiled with a C++ compiler?
3. --with-cxx-main is not somewhat misleading? There's no documentation, and I interpreted it as "the _main_ compiler for C++", while it means "the compiler for main()". Should I suggest (maybe in another issue) to deprecate it and use --with-mainfun-compiler ?
History
Date User Action Args
2020-03-01 22:43:50Marco Sullasetrecipients: + Marco Sulla, cludwig, vstinner, jkloth, xtreak
2020-03-01 22:43:50Marco Sullasetmessageid: <1583102630.72.0.773752624083.issue39697@roundup.psfhosted.org>
2020-03-01 22:43:50Marco Sullalinkissue39697 messages
2020-03-01 22:43:50Marco Sullacreate