Stefan Krah <stefan-use...@bytereef.org> added the comment:

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

----------------------------------------------------------------------

----------
nosy: +skrah

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

Reply via email to