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 taleinat
Recipients georg.brandl, larry, python-dev, taleinat
Date 2015-06-03.10:52:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433328758.4.0.957538078566.issue20186@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is an AC conversion patch for Objects/enumobject.c.

Note that this file contains the implementations of the 'enumerate' and 'reversed' classes, but *not* the 'Enum' class.

This is based on the 3.5 branch.
History
Date User Action Args
2015-06-03 10:52:38taleinatsetrecipients: + taleinat, georg.brandl, larry, python-dev
2015-06-03 10:52:38taleinatsetmessageid: <1433328758.4.0.957538078566.issue20186@psf.upfronthosting.co.za>
2015-06-03 10:52:38taleinatlinkissue20186 messages
2015-06-03 10:52:38taleinatcreate