[Python-bugs-list] [Bug #130242] PyMember_Set of T_CHAR always raises exception

noreply@sourceforge.net noreply@sourceforge.net
Fri, 26 Jan 2001 20:09:40 -0800


Bug #130242, was updated on 2001-Jan-26 20:09
Here is a current snapshot of the bug.

Project: Python
Category: Python Interpreter Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: davecole
Assigned to : nobody
Summary: PyMember_Set of T_CHAR always raises exception

Details: Copied from patch 103453 (which I just submitted):

There is a missing break at the end of the T_CHAR case in PyMember_Set, so
the program fall through to the error case even when the member set is
successful.


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470