[issue21021] PyMemberDef name is char* instead of const char*

2021-11-26 Thread Irit Katriel
Irit Katriel added the comment: It is const char* now: https://github.com/python/cpython/blob/f4c03484da59049eb62a9bfb963e2267d187/Include/structmember.h#L19 -- nosy: +iritkatriel resolution: -> fixed stage: -> resolved status: open -> closed ___

[issue21021] PyMemberDef name 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

[issue21021] PyMemberDef name 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 ___ ___

[issue21021] PyMemberDef name 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

[issue21021] PyMemberDef name 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: 214453 nosy: h.venev priority: normal severity: normal status: open title: PyMemberDef name is char* instead of const char* ___ Python tracker <