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 lemburg
Recipients Windson Yang, lemburg, ronaldoussoren, serhiy.storchaka, vstinner
Date 2018-12-17.18:45:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545072351.24.0.788709270274.issue35348@psf.upfronthosting.co.za>
In-reply-to
Content
Guys, please read the doc-string of the platform.architecture() function (or ask the person who wrote most of the module). It clearly refers to inspecting a specific executable and only uses the Python interpreter as default.

The running process can provide some sane defaults, but is not necessarily using the same values as the given executable.

The function does not support multi-architecture executables. This is simply out of scope for the function.

Victor: AFAIK, I still own this module, so if you want to deprecate something, please ping me first.
History
Date User Action Args
2018-12-17 18:45:51lemburgsetrecipients: + lemburg, ronaldoussoren, vstinner, serhiy.storchaka, Windson Yang
2018-12-17 18:45:51lemburgsetmessageid: <1545072351.24.0.788709270274.issue35348@psf.upfronthosting.co.za>
2018-12-17 18:45:51lemburglinkissue35348 messages
2018-12-17 18:45:51lemburgcreate