Message234752
I applied fix_unicode_v2.diff to Python 3.5.
For older Python versions, it's easy to workaround this issue: ensure explicitly that your object is a Unicode object using PyUnicode_Check().
You may write your function to call PyUnicode_EncodeFSDefault() with a PyUnicode_Check() check.
I prefer to not touch the stable 3.4 branch. |
|
Date |
User |
Action |
Args |
2015-01-26 15:48:24 | vstinner | set | recipients:
+ vstinner, pitrou, christian.heimes, ezio.melotti, ideasman42, BreamoreBoy, python-dev |
2015-01-26 15:48:24 | vstinner | set | messageid: <1422287304.78.0.304613288648.issue15859@psf.upfronthosting.co.za> |
2015-01-26 15:48:24 | vstinner | link | issue15859 messages |
2015-01-26 15:48:24 | vstinner | create | |
|