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.

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:05adminsetgithub: 78741
2018-09-16 08:46:21Riccardo Mottolasetstatus: open -> closed
resolution: fixed
messages: + msg325476

stage: resolved
2018-09-01 05:30:15yan12125setnosy: + yan12125
2018-08-31 22:33:42Riccardo Mottolacreate