[Python-Dev] Need help with SF bug #112558 (original) (raw)
Fred L. Drake, Jr. fdrake@beopen.com
Thu, 24 Aug 2000 11:52:35 -0400 (EDT)
- Previous message: [Python-Dev] [PEP 223] Change the Meaning of \x Escapes
- Next message: [Python-Dev] Need help with SF bug #112558
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'd like some help with fixing a bug in dictobject.c. The bug is on SourceForge as #112558, and my attempted fix is SourceForge patch #101277. The original bug is that exceptions raised by an object's cmp() during dictionary lookup are not cleared, and can be propogated during a subsequent lookup attempt. I've made more detailed comments at SourceForge at the patch:
http://sourceforge.net/patch/?func=detailpatch&patch_id=101277&group_id=5470
Thanks for any suggestions!
-Fred
-- Fred L. Drake, Jr. BeOpen PythonLabs Team Member
- Previous message: [Python-Dev] [PEP 223] Change the Meaning of \x Escapes
- Next message: [Python-Dev] Need help with SF bug #112558
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]