[issue21022] PyMemberDef doc is char* instead of const char*

2019-03-28 Thread Inada Naoki
Inada Naoki added the comment: It's const char* for now. -- nosy: +inada.naoki resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue21022] PyMemberDef doc is char* instead of const char*

2014-03-23 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue21022] PyMemberDef doc is char* instead of const char*

2014-03-22 Thread Martin v . Löwis
Martin v. Löwis added the comment: I propose any resolution to issue21019 be applied here as well. -- nosy: +loewis ___ Python tracker ___ ___

[issue21022] PyMemberDef doc is char* instead of const char*

2014-03-22 Thread Hristo Venev
Changes by Hristo Venev : -- components: +Extension Modules versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue21022] PyMemberDef doc is char* instead of const char*

2014-03-22 Thread Hristo Venev
New submission from Hristo Venev: It would be better if string literals could be used there. -- messages: 214454 nosy: h.venev priority: normal severity: normal status: open title: PyMemberDef doc is char* instead of const char* ___ Python tracker