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 vstinner
Recipients eric.araujo, ncoghlan, pitrou, vstinner
Date 2011-11-24.00:13:40
SpamBayes Score 0.0028545863
Marked as misclassified No
Message-id <1322093621.19.0.170916756299.issue13448@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, PyFunction_NewWithQualName is now public.

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. So I suggest to change the C name :-) PyFunction_NewWithQualname or PyFunction_NewWithQualifiedName. I don't have a preference between these two choices.
History
Date User Action Args
2011-11-24 00:13:41vstinnersetrecipients: + vstinner, ncoghlan, pitrou, eric.araujo
2011-11-24 00:13:41vstinnersetmessageid: <1322093621.19.0.170916756299.issue13448@psf.upfronthosting.co.za>
2011-11-24 00:13:40vstinnerlinkissue13448 messages
2011-11-24 00:13:40vstinnercreate