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 brett.cannon
Recipients brett.cannon, larry, python-dev
Date 2014-01-17.19:36:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389987375.4.0.20821304284.issue20152@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-17 19:36:15brett.cannonsetrecipients: + brett.cannon, larry, python-dev
2014-01-17 19:36:15brett.cannonsetmessageid: <1389987375.4.0.20821304284.issue20152@psf.upfronthosting.co.za>
2014-01-17 19:36:15brett.cannonlinkissue20152 messages
2014-01-17 19:36:15brett.cannoncreate