Message208357
Might pick this up later today (or never), but taking a break for now.
Larry, I have patches for grp, spwd, _multibytecodec, and pwd I'd like you to give a once-over to make sure I didn't miss anything.
The only one that I think has an obvious improvement is in pwd where there is custom logic to deal with a PyArg_ParseTuple() failure. Does Argument Clinic have a way to specify custom logic in that instance?
With these patches the TODO for this derby group is:
Modules/cmathmodule.c: 8 sites
Modules/arraymodule.c: 27 sites
Modules/pyexpat.c: 11 sites
Modules/fcntlmodule.c: 4 sites
cmath might not be worth doing, though, for 3.4 as it already has custom macros to create function definitions. |
|
Date |
User |
Action |
Args |
2014-01-17 19:36:15 | brett.cannon | set | recipients:
+ brett.cannon, larry, python-dev |
2014-01-17 19:36:15 | brett.cannon | set | messageid: <1389987375.4.0.20821304284.issue20152@psf.upfronthosting.co.za> |
2014-01-17 19:36:15 | brett.cannon | link | issue20152 messages |
2014-01-17 19:36:15 | brett.cannon | create | |
|