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 georg.brandl
Recipients Glin, georg.brandl, nikratio
Date 2009-06-17.09:40:29
SpamBayes Score 0.008275339
Marked as misclassified No
Message-id <1245231631.27.0.360497196843.issue5641@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it's the basic principle that an object is not destroyed until
there are no more references to it. The documented semantics I referred
to are that a variable assigned to in an "except X, Y" clause lives
beyond the scope of that clause.
History
Date User Action Args
2009-06-17 09:40:31georg.brandlsetrecipients: + georg.brandl, Glin, nikratio
2009-06-17 09:40:31georg.brandlsetmessageid: <1245231631.27.0.360497196843.issue5641@psf.upfronthosting.co.za>
2009-06-17 09:40:30georg.brandllinkissue5641 messages
2009-06-17 09:40:29georg.brandlcreate