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 pitrou
Recipients christian.heimes, eli.bendersky, loewis, ncoghlan, pitrou, vstinner
Date 2013-08-12.13:51:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <679873878.58089234.1376315470377.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1376312491.98.0.263740078555.issue18710@psf.upfronthosting.co.za>
Content
> When the char* type is used, the function has usually the suffix
> String. I prefer the PyIdentifier API because it avoids to create a
> temporary Python Unicode object.

This is a convenience API, not a performance "optimization".

> It's the first type that I see a function getting an attribute which
> also checks for its type. I don't know if the check should be done
> in PyState_GetModuleAttr() or in the _csv module.

The aim is to help writing extension modules, which is why the type
check is done inside the helper function.
History
Date User Action Args
2013-08-12 13:51:16pitrousetrecipients: + pitrou, loewis, ncoghlan, vstinner, christian.heimes, eli.bendersky
2013-08-12 13:51:16pitroulinkissue18710 messages
2013-08-12 13:51:16pitroucreate