Message148217
| 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:41 | vstinner | set | recipients: + vstinner, ncoghlan, pitrou, eric.araujo |
| 2011-11-24 00:13:41 | vstinner | set | messageid: <1322093621.19.0.170916756299.issue13448@psf.upfronthosting.co.za> |
| 2011-11-24 00:13:40 | vstinner | link | issue13448 messages |
| 2011-11-24 00:13:40 | vstinner | create | |