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 brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2016-11-20.09:31:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479634320.59.0.400146468836.issue28748@psf.upfronthosting.co.za>
In-reply-to
Content
Currently _Py_PackageContext has type "char *". But it is either NULL or a pointer to internal readonly UTF-8 representation of Unicode object. Adding the const qualifier makes it clear that the data is immutable. I don't think this change will break third-party code.
History
Date User Action Args
2016-11-20 09:32:00serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow
2016-11-20 09:32:00serhiy.storchakasetmessageid: <1479634320.59.0.400146468836.issue28748@psf.upfronthosting.co.za>
2016-11-20 09:32:00serhiy.storchakalinkissue28748 messages
2016-11-20 09:32:00serhiy.storchakacreate