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: support PY_LONGLONG in structmember
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, rushing
Priority: normal Keywords: patch

Created on 2005-02-02 22:17 by rushing, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
structmember_longlong.patch rushing, 2005-02-02 22:17 patch: support PY_LONGLONG in structmember
Messages (2)
msg47650 - (view) Author: Sam Rushing (rushing) * Date: 2005-02-02 22:17
Adds signed/unsigned PY_LONG_LONG support to structmember.

Need this at IronPort for Pyrex extensions that need 64-bit slots.
I'm submitting a matching small patch for Pyrex.
msg47651 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-03-03 23:01
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

structmember.h 2.23
NEWS 1.1261
structmember.c 2.25
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41519
2005-02-02 22:17:32rushingcreate