Message247987
| 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. |
|