[New-bugs-announce] [issue12813] uuid4 is not tested if a uuid4 system routine isn't present

Matt Joiner report at bugs.python.org
Mon Aug 22 08:41:41 CEST 2011


New submission from Matt Joiner <anacrolix at gmail.com>:

The uuid.uuid4 function is not tested if a C system routine is not present, despite that uuid4 has several fallback clauses. This patch will test at least the first fallback.

----------
components: Library (Lib)
files: uuid4-test-no-system-routine-fallback.patch
keywords: patch
messages: 142688
nosy: anacrolix
priority: normal
severity: normal
status: open
title: uuid4 is not tested if a uuid4 system routine isn't present
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file22993/uuid4-test-no-system-routine-fallback.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12813>
_______________________________________


More information about the New-bugs-announce mailing list