]> granicus.if.org Git - python/commit
Undo part of 2.59: 't' case of convertsimple() should not use convertbuffer().
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 11 Oct 2001 14:40:37 +0000 (14:40 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 11 Oct 2001 14:40:37 +0000 (14:40 +0000)
commit4819e97a48e3e6584035c482d24953018bf2f851
tree5e124421b7b40bdeaeb4cbd62ff52ea583ffe58e
parentde7c1923c72d4fca565925e6cc82f3951d42b1d1
Undo part of 2.59: 't' case of convertsimple() should not use convertbuffer().

convertbuffer() uses the buffer interface's getreadbuffer(), but 't'
should use getcharbuffer().
Python/getargs.c