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 martin.panter
Recipients martin.panter, rpetrov
Date 2016-03-11.21:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457730055.18.0.176202930583.issue17592@psf.upfronthosting.co.za>
In-reply-to
Content
There are some spelling errors in the comments. It would also be good to keep the indentation, quoting, layout etc similar to the surrounding code.

Regarding the comments, what is the significance of “runtime platform” vs MACHDEP? Also, what is the significance of sys.platform() when setting _PYTHON_HOST_PLATFORM?

Why did you use different types of comments? (# vs dnl)

I do not understand the comment “build must not depend from posix-compatible environment”. Is this just explaining that we are setting ac_sys_system (uname -s) to a dummy generic value that will not trigger any special cases. Should we also set ac_sys_release to an empty string, like the cross-compiling case later on?

What’s the go with the two competing “mingw*)” cases when determining _PYTHON_HOST_PLATFORM? What is the situation where $host matches *-*-mingw*, but $host_os does not match mingw*?
History
Date User Action Args
2016-03-11 21:00:55martin.pantersetrecipients: + martin.panter, rpetrov
2016-03-11 21:00:55martin.pantersetmessageid: <1457730055.18.0.176202930583.issue17592@psf.upfronthosting.co.za>
2016-03-11 21:00:55martin.panterlinkissue17592 messages
2016-03-11 21:00:54martin.pantercreate