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 (2)
Priority: normal Keywords: patch

Created on 2005-02-02 22:17 by rushing, last changed 2005-03-03 23:01 by loewis.

Files
File name Uploaded Description Edit Remove
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) 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
2005-02-02 22:17:32rushingcreate