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 exarkun
Recipients exarkun
Date 2012-03-15.18:22:39
SpamBayes Score 0.0004954753
Marked as misclassified No
Message-id <1331835760.38.0.280902502881.issue14325@psf.upfronthosting.co.za>
In-reply-to
Content
Allocating a Python list and a bunch of Capsules for each PyArg_ParseTuple call is expensive and unnecessarily complicated.

The freelist never escapes getargs.c (if it ever did, it would be a bug).  The same job can be accomplished with a normal C array.
History
Date User Action Args
2012-03-15 18:22:40exarkunsetrecipients: + exarkun
2012-03-15 18:22:40exarkunsetmessageid: <1331835760.38.0.280902502881.issue14325@psf.upfronthosting.co.za>
2012-03-15 18:22:39exarkunlinkissue14325 messages
2012-03-15 18:22:39exarkuncreate