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 nnorwitz
Recipients
Date 2007-08-11.18:27:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
self->args needs to be initialized to NULL because if the alloc of args failed, self->args would be uninitialized and deallocated.  (I realize the alloc of an empty tuple will realistically never fail currently.)

I'm not sure if this could cause any new problems because of the behavior change, but the code itself looked fine to me.  Hopefully someone with more knowledge of exceptions could take a look at the idea.
History
Date User Action Args
2007-08-23 15:57:51adminlinkissue1692335 messages
2007-08-23 15:57:51admincreate