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 meador.inge
Recipients Yury.Selivanov, daniel.urban, eric.snow, meador.inge, ncoghlan
Date 2011-10-09.15:29:14
SpamBayes Score 0.042669624
Marked as misclassified No
Message-id <1318174156.23.0.0866442638285.issue13062@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch with error handling.  One other thought is that 
'getclosure' should be called something like 'getclosureenv' since 
technically a closure is a function plus its environment and our 
implementation only returns the environment.  But that may be converging 
on pedantic.
History
Date User Action Args
2011-10-09 15:29:16meador.ingesetrecipients: + meador.inge, ncoghlan, daniel.urban, Yury.Selivanov, eric.snow
2011-10-09 15:29:16meador.ingesetmessageid: <1318174156.23.0.0866442638285.issue13062@psf.upfronthosting.co.za>
2011-10-09 15:29:15meador.ingelinkissue13062 messages
2011-10-09 15:29:15meador.ingecreate