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 gregory.p.smith, jaraco, lemburg, miss-islington, pitrou, yan12125
Date 2020-05-13.07:50:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589356220.51.0.29408664373.issue35967@roundup.psfhosted.org>
In-reply-to
Content
Reopening the ticket, since the implementation makes backwards incompatible changes to platform.uname(): see https://bugs.python.org/issue40570 for a discussion on a better approach to lazy evaluation of getting the processor information.

Before we head on into implementation details, could you please point me to the motivation why only the processor detail of uname() needs lazy evaluation ?

Thanks.
History
Date User Action Args
2020-05-13 07:50:20lemburgsetrecipients: + lemburg, gregory.p.smith, jaraco, pitrou, yan12125, miss-islington
2020-05-13 07:50:20lemburgsetmessageid: <1589356220.51.0.29408664373.issue35967@roundup.psfhosted.org>
2020-05-13 07:50:20lemburglinkissue35967 messages
2020-05-13 07:50:20lemburgcreate