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 vstinner
Recipients Arfrever, barry, brett.cannon, eric.snow, lemburg, ncoghlan, ned.deily, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-12-02.21:44:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYCncpN18DoNtd9Jn9v4hfTj8fSVZGnhFa-L1NFB+h-Fw@mail.gmail.com>
In-reply-to <547E1834.40607@egenix.com>
Content
Would it be possible to add something to the sys module, computed
during the compilation, instead of having to rely on platform,
sysconfig, struct or something else?

Note: There is also the funnny x32 platform project :-)
https://sites.google.com/site/x32abi/ 32-bit pointer on 64-bit CPU.
History
Date User Action Args
2014-12-02 21:44:24vstinnersetrecipients: + vstinner, lemburg, barry, brett.cannon, ncoghlan, pitrou, tim.golden, ned.deily, Arfrever, eric.snow, zach.ware, steve.dower
2014-12-02 21:44:24vstinnerlinkissue22980 messages
2014-12-02 21:44:23vstinnercreate