Message303260
In 2.7, PyUnicode_Splitlines() first does:
string = PyUnicode_FromObject(string);
So i thought that PyUnicode_Splitlines() would be fine with receiving a string.
But now i realize that even in case i was right there, PyUnicode_Splitlines()
returns a unicode, and not a string, so there should be problems later.
I wonder how the tests still passed.. |
|
Date |
User |
Action |
Args |
2017-09-28 16:19:35 | Oren Milman | set | recipients:
+ Oren Milman, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka |
2017-09-28 16:19:35 | Oren Milman | set | messageid: <1506615575.7.0.466225441844.issue31285@psf.upfronthosting.co.za> |
2017-09-28 16:19:35 | Oren Milman | link | issue31285 messages |
2017-09-28 16:19:35 | Oren Milman | create | |
|