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: x64 clean compile patch for _ctypes
Type: Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: theller Nosy List: kristjan.jonsson, theller
Priority: normal Keywords: patch

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:24adminsetgithub: 44946
2007-05-09 13:40:48kristjan.jonssoncreate