]> granicus.if.org Git - python/commit
SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470
authorTim Peters <tim.peters@gmail.com>
Sat, 27 Jan 2001 06:20:08 +0000 (06:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 27 Jan 2001 06:20:08 +0000 (06:20 +0000)
commit547397c45b4c6334ac6e8ee713de012a05a4fe4a
tree4faa256c13c8df4cfc4c031de0e7ebf6b71b5715
parent40ead76ed67f345ae0c7b92072033166408535ad
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.
Misc/ACKS
Python/structmember.c