Closed teepark closed 13 years ago
removes use of the "z#" type specifier in argument parsing, as that uses the default encoding for unicode objects. instead, encode unicode to strings ourselves and get the buffer and length with PyString_AsStringAndSize.
Thanks for the changes, I'm going to need some time to check it out and review, latest I'll probably get to this is this weekend.
Harass me if you don't see this merged by Sunday night :)
poke
removes use of the "z#" type specifier in argument parsing, as that uses the default encoding for unicode objects. instead, encode unicode to strings ourselves and get the buffer and length with PyString_AsStringAndSize.