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 vstinner
Recipients David Carlier, Michael.Felt, koobs, pitrou, vstinner
Date 2018-01-17.09:56:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516183008.48.0.467229070634.issue32493@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset b4ebaa7099c3413b42a97777581c4ca560fe7540 by Antoine Pitrou (David Carlier) in branch 'master':
> bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)

This change introduced a regression on AMD64 FreeBSD 10.x Shared 3.x:

http://buildbot.python.org/all/#/builders/87/builds/463

======================================================================
FAIL: test_uuid1 (test.test_uuid.TestUUIDWithExtModule)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_uuid.py", line 320, in test_uuid1
    equal(u.version, 1)
AssertionError: 14 != 1
History
Date User Action Args
2018-01-17 09:56:48vstinnersetrecipients: + vstinner, pitrou, koobs, Michael.Felt, David Carlier
2018-01-17 09:56:48vstinnersetmessageid: <1516183008.48.0.467229070634.issue32493@psf.upfronthosting.co.za>
2018-01-17 09:56:48vstinnerlinkissue32493 messages
2018-01-17 09:56:48vstinnercreate