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 larry, loewis, rbcollins, serhiy.storchaka, skrah, taleinat
Date 2015-08-04.08:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438677886.93.0.594445998035.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
Summary of the current state of this AC conversion derby group:

1) The collections, itertools and random modules should not be converted (at least for now).

2) The three example modules should not be converted (Modules/xxlimited.c, Modules/xxmodule.c and Modules/xxsubtype.c).

3) The latest unicodeobject.c patch has a LGTM from Serhiy after several rounds of review and improvement. This should probably go in at some point.

4) The single PyArg_ParseTuple in find.h should not be converted, since that is actually used for more than a single find() method via some precompiler macro "magic".

5) transmogrify.h can be converted and has a conversion patch, but the patch likely needs updating since it is from Jan. 2014.
History
Date User Action Args
2015-08-04 08:44:47taleinatsetrecipients: + taleinat, loewis, larry, rbcollins, skrah, serhiy.storchaka
2015-08-04 08:44:46taleinatsetmessageid: <1438677886.93.0.594445998035.issue20180@psf.upfronthosting.co.za>
2015-08-04 08:44:46taleinatlinkissue20180 messages
2015-08-04 08:44:46taleinatcreate