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 pitrou
Recipients pitrou, serhiy.storchaka, vstinner
Date 2017-12-20.09:01:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513760489.7.0.213398074469.issue32375@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the command line:

gcc -pthread -c -Wno-unused-result -Wsign-compare -g -Og -Wall -Wstrict-prototypes    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration   -I. -I./Include    -DPy_BUILD_CORE -DPYTHONPATH='":"' \
	-DPREFIX='"/usr/local"' \
	-DEXEC_PREFIX='"/usr/local"' \
	-DVERSION='"3.7"' \
	-DVPATH='""' \
	-o Modules/getpath.o ./Modules/getpath.c
History
Date User Action Args
2017-12-20 09:01:29pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2017-12-20 09:01:29pitrousetmessageid: <1513760489.7.0.213398074469.issue32375@psf.upfronthosting.co.za>
2017-12-20 09:01:29pitroulinkissue32375 messages
2017-12-20 09:01:29pitroucreate