[issue8621] uuid.uuid4() generates non-unique values on OSX

Stefan Krah report at bugs.python.org
Tue Jun 22 13:21:19 CEST 2010


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

Ronald Oussoren <report at bugs.python.org> wrote:
> Stefan: we already new that, see msg105018.
> 
> This issue was closed as fixed because the uuid module contains a workaround for this issue (by not using the broken C API on OSX 10.6).

Ok, my comment was partly meant to give an explanation why the test suite failed
but the individual tests did not.

If uuid_generate_random() is specified as async-signal-safe, then yes, the C API
would be broken on OSX.

----------

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


More information about the Python-bugs-list mailing list