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 sferencik
Recipients Arfrever, eric.araujo, jkloth, ned.deily, pitrou, sferencik, tarek
Date 2013-09-16.15:59:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379347142.07.0.854286493647.issue18987@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the context.

> A compatibility issue here is that the value provided by get_platform() is
> also used outside of Distutils, in particular by pkg_resources (provided by
> setuptools) and by pip, in both cases to help determine whether a binary
> distribution of an extension module is compatible with the python being used.

If your wording is correct, and get_platform() really is used to determine "the
python being used," then we could actually be improving things by fixing this.
Currently, get_platform() doesn't tell you the bitness of the *python* being
used, but the bitness of the *OS* being used (the two of which only differ on
32-on-64).
History
Date User Action Args
2013-09-16 15:59:02sferenciksetrecipients: + sferencik, pitrou, tarek, jkloth, ned.deily, eric.araujo, Arfrever
2013-09-16 15:59:02sferenciksetmessageid: <1379347142.07.0.854286493647.issue18987@psf.upfronthosting.co.za>
2013-09-16 15:59:02sferenciklinkissue18987 messages
2013-09-16 15:59:01sferencikcreate