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 vstinner
Recipients Marco Sulla, vstinner, xtreak
Date 2020-02-29.22:44:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583016297.51.0.945254790674.issue39697@roundup.psfhosted.org>
In-reply-to
Content
_testembed is build by Makefile:

Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
	$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS)

with:

MAINCC=		$(CC)
LINKCC=		$(PURIFY) $(MAINCC)

I'm not sure how g++ landed in LINKCC or MAINCC.
History
Date User Action Args
2020-02-29 22:44:57vstinnersetrecipients: + vstinner, xtreak, Marco Sulla
2020-02-29 22:44:57vstinnersetmessageid: <1583016297.51.0.945254790674.issue39697@roundup.psfhosted.org>
2020-02-29 22:44:57vstinnerlinkissue39697 messages
2020-02-29 22:44:57vstinnercreate