We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e68716 commit 0b84325Copy full SHA for 0b84325
Lib/test/test_uuid.py
@@ -340,7 +340,7 @@ def test_uuid1(self):
340
equal(((u.clock_seq_hi_variant & 0x3f) << 8) |
341
u.clock_seq_low, 0x3fff)
342
343
- @unittest.skipUnless(uuid._uuid_generate_time.restype is not None,
+ @unittest.skipUnless(uuid._uuid_generate_time is not None,
344
'requires uuid_generate_time_safe(3)')
345
@unittest.skipUnless(importable('ctypes'), 'requires ctypes')
346
def test_uuid1_safe(self):
0 commit comments