◐ Shell
clean mode source ↗

bpo-32493: Fix uuid.uuid1() on FreeBSD. by serhiy-storchaka · Pull Request #7099 · python/cpython

@serhiy-storchaka

vstinner

vstinner

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 24, 2018
Use uuid_enc_be() if available to encode UUID to bytes as big endian.
(cherry picked from commit 17d8830)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington added a commit that referenced this pull request

May 24, 2018
Use uuid_enc_be() if available to encode UUID to bytes as big endian.
(cherry picked from commit 17d8830)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>