[issue22793] test_uuid failure on OpenIndiana

2014-11-05 Thread STINNER Victor
STINNER Victor added the comment: > NameError: name 'os' is not defined The imports in this module are really weird... But I'm not interested to rework completly the module, so I just fixed this specific issue. -- resolution: -> fixed status: open -> closed __

[issue22793] test_uuid failure on OpenIndiana

2014-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 16d6c2443131 by Victor Stinner in branch 'default': Issue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode() https://hg.python.org/cpython/rev/16d6c2443131 -- nosy: +python-dev ___ Python

[issue22793] test_uuid failure on OpenIndiana

2014-11-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Patch for issue17293 changes tests so that this bug is visible on Posix. And it fixes this bug itself. -- ___ Python tracker ___

[issue22793] test_uuid failure on OpenIndiana

2014-11-04 Thread Antoine Pitrou
New submission from Antoine Pitrou: http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/8840/steps/test/logs/stdio testIssue8621 (test.test_uuid.TestUUID) ... ok test_UUID (test.test_uuid.TestUUID) ... ok test_exceptions (test.test_uuid.TestUUID) ... ok test_find_mac (test.t