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 ronaldoussoren
Recipients lemburg, ned.deily, pitrou, ronaldoussoren
Date 2011-03-12.22:50:04
SpamBayes Score 4.066896e-06
Marked as misclassified No
Message-id <1299970206.14.0.0881654264767.issue10735@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO the change to 'bits' is bogus, it is supposed to return the bit-size of the executable, not that of the currently running executable.

I'd return all executable bitsizes in bits as '32bit', '64bit' or '32bit,64bit' (as appropriate) and only include the machine architectures in the linkage result.  

And finally the executable file format is 'Mach-O', not 'Mach'.

I can provide an updated patch if Marc-Andre agrees that this would be a usefull change.
History
Date User Action Args
2011-03-12 22:50:06ronaldoussorensetrecipients: + ronaldoussoren, lemburg, pitrou, ned.deily
2011-03-12 22:50:06ronaldoussorensetmessageid: <1299970206.14.0.0881654264767.issue10735@psf.upfronthosting.co.za>
2011-03-12 22:50:04ronaldoussorenlinkissue10735 messages
2011-03-12 22:50:04ronaldoussorencreate