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 mark.dickinson
Recipients mark.dickinson, terry.reedy, tim.peters
Date 2021-12-31.11:32:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640950362.69.0.706847889728.issue45569@roundup.psfhosted.org>
In-reply-to
Content
> I've created PR GH-30306 to find out.

Results: we have two Gentoo/x86 buildbots, and a 32-bit Windows build in GitHub Actions: those machines use 15-bit digits, as a result of the logic in pyport.h that chooses 15-bit digits if SIZEOF_VOID_P < 8. Everything else seems to be using 30-bit digits.

GPS pointed out in the python-dev discussion that the other platform we should be thinking about is 32-bit ARM.
History
Date User Action Args
2021-12-31 11:32:42mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, terry.reedy
2021-12-31 11:32:42mark.dickinsonsetmessageid: <1640950362.69.0.706847889728.issue45569@roundup.psfhosted.org>
2021-12-31 11:32:42mark.dickinsonlinkissue45569 messages
2021-12-31 11:32:42mark.dickinsoncreate