[Patches] [Patch #103453] PyMember_Set of T_CHAR always raises exception

noreply@sourceforge.net noreply@sourceforge.net
Fri, 26 Jan 2001 22:21:44 -0800


Patch #103453 has been updated. 

Project: python
Category: core (C code)
Status: Closed
Submitted by: davecole
Assigned to : tim_one
Summary: PyMember_Set of T_CHAR always raises exception

Follow-Ups:

Date: 2001-Jan-26 22:21
By: tim_one

Comment:
Applied and closed, structmember.c rev 2.19, ACKS rev 1.75.
Checkin comment:

SF bug
http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470
SF patch
http://sourceforge.net/patch/?func=detailpatch&patch_id=103453&group_id=5470
PyMember_Set of T_CHAR always raises exception.
Unfortunately, this is a use of a C API function that Python itself never
makes, so there's no .py test I can check in to verify this stays fixed. 
But the fault in the
code is obvious, and Dave Cole's patch just as obviously fixes it.
-------------------------------------------------------

Date: 2001-Jan-26 22:05
By: tim_one

Comment:
Assigned to me.  This also related to some recent bug report.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=103453&group_id=5470