Charles-François Natali <neolo...@free.fr> added the comment:

It's probably a libc buc, see 
http://sources.redhat.com/bugzilla/show_bug.cgi?id=12453

Basically, when libraries are dynamically loaded in an interleaved way, this 
can lead to TLS being returned uninitialized, hence leading to a segfault upon 
access.
A fix has been committed really recently.

If I'm correct, importing uuid first should do the trick.

----------
nosy: +neologix

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

Reply via email to