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 vstinner
Recipients bennorth, terry.reedy, vstinner, zuo
Date 2013-07-24.00:24:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374625497.62.0.528487634189.issue18533@psf.upfronthosting.co.za>
In-reply-to
Content
non-error-recursive-dictview-3.3.patch: small nit, initialize result to NULL, instead of setting it to NULL only in case of error. It makes the code more readable and it is the common coding style to handle errors.
History
Date User Action Args
2013-07-24 00:24:57vstinnersetrecipients: + vstinner, terry.reedy, bennorth, zuo
2013-07-24 00:24:57vstinnersetmessageid: <1374625497.62.0.528487634189.issue18533@psf.upfronthosting.co.za>
2013-07-24 00:24:57vstinnerlinkissue18533 messages
2013-07-24 00:24:57vstinnercreate