On 9/19/07, Rob Crowther <[EMAIL PROTECTED]> wrote: > If you try to set value to something weird, like a dictionary, it will > segfault. PyString_Check wasn't working for me. It's in there, but defined > out.
I think you'll need to use PyUnicode_Check for that. -- Adam Hupp | http://hupp.org/adam/ _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
