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 ncoghlan
Recipients Arfrever, daniel.urban, eric.snow, ezio.melotti, flox, jcea, ncoghlan
Date 2013-03-14.21:34:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7dKo9NCBa-JVx-1XKZnuqgdZZJ8VsuMb8GNoWupFwoHvw@mail.gmail.com>
In-reply-to <1363293725.73.0.410642307583.issue17044@psf.upfronthosting.co.za>
Content
Oh, that's bizarre - the presence of __locals__ is a side effect of
calling locals() in the class body. So perhaps passing the namespace
as a separate __init_class__ parameter is a better option.
History
Date User Action Args
2013-03-14 21:34:51ncoghlansetrecipients: + ncoghlan, jcea, ezio.melotti, Arfrever, flox, daniel.urban, eric.snow
2013-03-14 21:34:50ncoghlanlinkissue17044 messages
2013-03-14 21:34:50ncoghlancreate