Message281256
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. |
|
| Date |
User |
Action |
Args |
| 2016-11-20 09:32:00 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, ncoghlan, eric.snow |
| 2016-11-20 09:32:00 | serhiy.storchaka | set | messageid: <1479634320.59.0.400146468836.issue28748@psf.upfronthosting.co.za> |
| 2016-11-20 09:32:00 | serhiy.storchaka | link | issue28748 messages |
| 2016-11-20 09:32:00 | serhiy.storchaka | create | |
|