This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eulerto
Recipients eulerto
Date 2009-03-31.18:20:38
SpamBayes Score 3.934105e-06
Marked as misclassified No
Message-id <1238523640.6.0.0409490407613.issue5627@psf.upfronthosting.co.za>
In-reply-to
Content
It seems PyDict_DelItemString() and PyDict_SetItem() suffer from the
same disease. :( Both use assert() to detect a null pointer but fail to
prevent it. As I stated in the previous comment, maybe the right fix is
to replace assert() with the 'if (foo == NULL) return whatever'.
History
Date User Action Args
2009-03-31 18:20:40eulertosetrecipients: + eulerto
2009-03-31 18:20:40eulertosetmessageid: <1238523640.6.0.0409490407613.issue5627@psf.upfronthosting.co.za>
2009-03-31 18:20:38eulertolinkissue5627 messages
2009-03-31 18:20:38eulertocreate