rtyler / py-yajl

py-yajl provides Python bindings for the Yajl JSON encoder/decoder library
http://rtyler.github.com/py-yajl
74 stars 18 forks source link

fix for issue 27 #30

Closed teepark closed 13 years ago

teepark commented 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.

rtyler commented 13 years ago

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 :)

teepark commented 13 years ago

poke