bpo-32493: Fix uuid.uuid1() on FreeBSD. by serhiy-storchaka · Pull Request #7099 · python/cpython (original) (raw)
@serhiy-storchaka: Sorry, it seems like we worked together on the same branch, your branch :-/ I will no longer touch this branch. I consider that the current code using sizeof(uuid_t) is fine. If you want to use 16, it's up to you.
IMHO sizeof(uuid_t) should always be 16, if it's not, we will get a safe Python exception.
I prefer to merge the current PR to quickly fix Python 3.7 for the 3.7rc1 release.