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 barry
Recipients barry, brett.cannon, meador.inge
Date 2012-07-31.22:56:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120731185642.07176243@limelight.wooz.org>
In-reply-to <1343623185.67.0.579780091954.issue15471@psf.upfronthosting.co.za>
Content
On Jul 30, 2012, at 04:39 AM, Meador Inge wrote:

>Meador Inge added the comment:
>
>How about the attached?

What about something like:

    globals = ({} if globals is None else globals)

and similarly for locals?
History
Date User Action Args
2012-07-31 22:56:46barrysetrecipients: + barry, brett.cannon, meador.inge
2012-07-31 22:56:45barrylinkissue15471 messages
2012-07-31 22:56:44barrycreate