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 eric.araujo, ncoghlan, pitrou, vstinner
Date 2011-11-24.00:28:09
SpamBayes Score 0.00089491805
Marked as misclassified No
Message-id <1322094182.3284.12.camel@localhost.localdomain>
In-reply-to <1322093621.19.0.170916756299.issue13448@psf.upfronthosting.co.za>
Content
> Why an upper P in "PyFunction_NewWithQualName"? If you use an upper P,
> it should use an underscore in Python: __qual_name__ to be consistent.

__getattr__ / PyObject_GetAttr.
History
Date User Action Args
2011-11-24 00:28:10pitrousetrecipients: + pitrou, ncoghlan, vstinner, eric.araujo
2011-11-24 00:28:09pitroulinkissue13448 messages
2011-11-24 00:28:09pitroucreate