Issue 34560: Backport of uuid1() failure fix (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/78741

classification

Title: Backport of uuid1() failure fix
Type: crash Stage: resolved
Components: Library (Lib) Versions: Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Riccardo Mottola, yan12125
Priority: normal Keywords: patch

Created on 2018-08-31 22:33 by Riccardo Mottola, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
uuid-64bit.patch Riccardo Mottola,2018-08-31 22:33 patch
Messages (2)
msg324449 - (view) Author: Riccardo Mottola (Riccardo Mottola) Date: 2018-08-31 22:33
Backport proposal of fix for closed issue 32502 The patch was directly adapted from https://github.com/python/cpython/commit/d69794f4df81de731cc66dc82136e28bee691e1e applied to 2.7 and tested working for me. Discussion ongoing MacPorts requested to share said patch upstream https://github.com/macports/macports-ports/pull/2456
msg325476 - (view) Author: Riccardo Mottola (Riccardo Mottola) Date: 2018-09-16 08:46
https://github.com/python/cpython/pull/9125 should close it
History
Date User Action Args
2022-04-11 14:59:05 admin set github: 78741
2018-09-16 08:46:21 Riccardo Mottola set status: open -> closedresolution: fixedmessages: + stage: resolved
2018-09-01 05:30:15 yan12125 set nosy: + yan12125
2018-08-31 22:33:42 Riccardo Mottola create