Still fails with trunk on OpenBSD. The error is more ctypes related
though: _uuid_generate_time isn't set.
======================================================================
ERROR: test_unixdll_getnode (__main__.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
File "Lib/test/test_uuid.py", line 332, in test_unixdll_getnode
self.check_node(uuid._unixdll_getnode(), 'unixdll')
File "/home/stefan/svn/trunk/Lib/uuid.py", line 429, in _unixdll_getnode
_uuid_generate_time(_buffer)
TypeError: 'NoneType' object is not callable
---------------------------------------------------------------------- |