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 rhettinger
Recipients josh.r, python-dev, rhettinger
Date 2014-05-04.02:09:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399169397.05.0.327380207034.issue21421@psf.upfronthosting.co.za>
In-reply-to
Content
I've applied the __slots__ patch.  Thank you for submitting it.

Am leaving the rest of the ABCs code as-is.  The current form may be a bit wordy but it is clean, fast, and easy to trace through a debugger.  The expanded forms were chosen for a reason.
History
Date User Action Args
2014-05-04 02:09:57rhettingersetrecipients: + rhettinger, python-dev, josh.r
2014-05-04 02:09:57rhettingersetmessageid: <1399169397.05.0.327380207034.issue21421@psf.upfronthosting.co.za>
2014-05-04 02:09:57rhettingerlinkissue21421 messages
2014-05-04 02:09:56rhettingercreate