commit | 5734f41a9b46b4fd65b6ba90240b108f8a0b7c57 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu May 24 16:22:59 2018 -0700 |
committer | GitHub <noreply@github.com> | Thu May 24 16:22:59 2018 -0700 |
tree | 6f3f2aec5631ee53c66d469ac3b3a5ed81c13b45 | |
parent | d9eb22c67c38b45764dd924801c72092770d200f [diff] |
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) Use uuid_enc_be() if available to encode UUID to bytes as big endian. (cherry picked from commit 17d8830312d82e7de42ab89739b0771f712645ff) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>