Always convert Py_UNICODE and Py_UCS4 values to Unicode strings when used for item access.
Issue a warning as this is a behavioural change that can lead to subtle code breakage of currently working code, in the same way that the previous behaviour could easily lead to bugs in general. Resolves #1602.
Showing
Please register or sign in to comment