New submission from Steve Dower <steve.do...@python.org>:

The uuid module calls platform.system() multiple times, even when the result is 
known from sys.platform. We can avoid some of these.

----------
assignee: steve.dower
components: Library (Lib)
messages: 374079
nosy: steve.dower
priority: normal
severity: normal
stage: needs patch
status: open
title: Optimise uuid platform detection
type: performance
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41364>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to