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: Allow T_LONGLONG to accepts ints
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, rupole
Priority: normal Keywords: patch

Created on 2007-06-09 06:43 by rupole, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
T_LONGLONG.patch rupole, 2007-06-09 06:43
Messages (2)
msg52736 - (view) Author: Roger Upole (rupole) Date: 2007-06-09 06:43
Fix for bug# 1732557
Allows T_LONGLONG and T_ULONGLONG attributes to be set to a plain int

msg52737 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-06-09 08:07
Thanks for the patch. Committed with r55842, r55843 and r55844
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 45070
2007-06-09 06:43:45rupolecreate