Message6238

Author MrMeanie
Recipients MrMeanie, emblemparade
Date 2010-11-09.19:16:39
SpamBayes Score 0.0015639118
Marked as misclassified No
Message-id <1289330200.29.0.657502112229.issue1676@psf.upfronthosting.co.za>
In-reply-to
Content
This problem appears to be caused by PyDictionary#dict_pop(), which accesses the 'map' member field directly, where it should go through the getMap() method instead.

Please find attached a patch that addresses this issue.
The patch has been tested against 'ant regrtest', and fixes the bug as described.
History
Date User Action Args
2010-11-09 19:16:40MrMeaniesetmessageid: <1289330200.29.0.657502112229.issue1676@psf.upfronthosting.co.za>
2010-11-09 19:16:40MrMeaniesetrecipients: + MrMeanie, emblemparade
2010-11-09 19:16:40MrMeanielinkissue1676 messages
2010-11-09 19:16:39MrMeaniecreate