]> granicus.if.org Git - python/commit
SF#1389809
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 25 Dec 2005 11:40:19 +0000 (11:40 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 25 Dec 2005 11:40:19 +0000 (11:40 +0000)
commitc3389997d4d886d861061ae367211d271faaae2f
treea5f253ed467b698f4076dc85c454c47e1e8a4089
parent428b413aaa4c05a3544c485f196e6cb36b15fd62
SF#1389809

cast first PyUnicode_Decode argument to proper type (why is
"char *" used for encoded byte streams, btw?  shouldn't that
be "void *" or, if necessary, "unsigned char *"?)
Modules/_elementtree.c