This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients akuchling, brian.curtin, christian.heimes, skrah
Date 2010-04-08.10:55:57
SpamBayes Score 4.0443872e-05
Marked as misclassified No
Message-id <1270724160.46.0.669188274317.issue1481@psf.upfronthosting.co.za>
In-reply-to
Content
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

----------------------------------------------------------------------
History
Date User Action Args
2010-04-08 10:56:00skrahsetrecipients: + skrah, akuchling, christian.heimes, brian.curtin
2010-04-08 10:56:00skrahsetmessageid: <1270724160.46.0.669188274317.issue1481@psf.upfronthosting.co.za>
2010-04-08 10:55:58skrahlinkissue1481 messages
2010-04-08 10:55:57skrahcreate