[Python-Dev] uuid tests failing on Windows

Georg Brandl g.brandl at gmx.net
Thu Aug 17 21:56:49 CEST 2006


Martin v. Löwis wrote:
> test_uuid1 and test_uuid4 fail consistently on Windows; apparently,
> the generated universally-unique identifiers aren't even unique within
> a set of 1000 identifiers.
> 
> Can somebody please fix that? If not, should we remove the uuid module
> as being immature?

Patch #1541863 supposedly solves this.

Georg



More information about the Python-Dev mailing list