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 serhiy.storchaka
Recipients Sunyeop Lee, serhiy.storchaka
Date 2017-04-14.17:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492192582.3.0.332334104813.issue30035@psf.upfronthosting.co.za>
In-reply-to
Content
PyMemberDef.name already is "const char *" in 3.7 (see issue28761).

Adding the const qualifier in other branches can break existing code that assigns PyMemberDef.name to a variable of type "char *". This is not appropriate for bugfix releases.
History
Date User Action Args
2017-04-14 17:56:22serhiy.storchakasetrecipients: + serhiy.storchaka, Sunyeop Lee
2017-04-14 17:56:22serhiy.storchakasetmessageid: <1492192582.3.0.332334104813.issue30035@psf.upfronthosting.co.za>
2017-04-14 17:56:22serhiy.storchakalinkissue30035 messages
2017-04-14 17:56:22serhiy.storchakacreate