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 philipspencer
Recipients amaury.forgeotdarc, draghuram, philipspencer
Date 2008-06-16.14:37:23
SpamBayes Score 0.024492715
Marked as misclassified No
Message-id <1213627051.22.0.454138253026.issue3115@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it is the same issue. Sorry I didn't see the previous report -- I
didn't imagine an issue like this, with such a simple fix, could have
been reported back in 2006 without the fix ever having been implemented,
so I didn't bother searching back that far!

The fix in that report contains the same one-line fix as I proposed,
plus additional changes to ensure that the code won't break if in
the future additional changes are made to allow a second possible
exit-out-of-the-loop-with-d-being-non-null code path.

All that's strictly necessary to solve the current problem is the
one line I proposed, but the other proposed changes would make the
safer against future potential breakage if the code gets rearranged
later.
History
Date User Action Args
2008-06-16 14:37:31philipspencersetspambayes_score: 0.0244927 -> 0.024492715
recipients: + philipspencer, amaury.forgeotdarc, draghuram
2008-06-16 14:37:31philipspencersetspambayes_score: 0.0244927 -> 0.0244927
messageid: <1213627051.22.0.454138253026.issue3115@psf.upfronthosting.co.za>
2008-06-16 14:37:29philipspencerlinkissue3115 messages
2008-06-16 14:37:27philipspencercreate