[New-bugs-announce] [issue41364] Optimise uuid platform detection

Steve Dower report at bugs.python.org
Tue Jul 21 16:41:32 EDT 2020


New submission from Steve Dower <steve.dower at 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 <report at bugs.python.org>
<https://bugs.python.org/issue41364>
_______________________________________


More information about the New-bugs-announce mailing list