STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to