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 steve.dower
Recipients steve.dower
Date 2020-07-21.20:41:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The uuid module calls platform.system() multiple times, even when the result is known from sys.platform. We can avoid some of these.
History
Date User Action Args
2020-07-21 20:41:32steve.dowersetrecipients: + steve.dower
2020-07-21 20:41:32steve.dowersetmessageid: <[email protected]>
2020-07-21 20:41:32steve.dowerlinkissue41364 messages
2020-07-21 20:41:32steve.dowercreate