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 alex
Recipients alex
Date 2014-07-16.14:28:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405520928.93.0.195566496029.issue21990@psf.upfronthosting.co.za>
In-reply-to
Content
This makes things slower than they need to be (yes, even on CPython :-)), and is slightly confusing since usually inner classes are only used when a closure is needed.

Attached patch simply moves the class definition.
History
Date User Action Args
2014-07-16 14:28:48alexsetrecipients: + alex
2014-07-16 14:28:48alexsetmessageid: <1405520928.93.0.195566496029.issue21990@psf.upfronthosting.co.za>
2014-07-16 14:28:48alexlinkissue21990 messages
2014-07-16 14:28:48alexcreate