Issue 1715718: x64 clean compile patch for _ctypes (original) (raw)

Issue1715718

Created on 2007-05-09 13:40 by kristjan.jonsson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_ctypes.patch kristjan.jonsson,2007-05-09 13:40
Messages (2)
msg52615 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2007-05-09 13:40
A patch to make _ctypes compile cleanly on x64. Mostly it is about changing int to Py_ssize_t where appropriate.
msg52616 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2007-06-08 18:23
I have applied the patch with some small modifications. Thanks!
History
Date User Action Args
2022-04-11 14:56:24 admin set github: 44946
2007-05-09 13:40:48 kristjan.jonsson create