Re: [Python-Dev] Stream codecs and _multibytecodec

2006-04-20 Thread Hye-Shik Chang
On 4/21/06, Thomas Wouters <[EMAIL PROTECTED]> wrote: > While merging the trunk changes into the p3yk branch, I discovered what I > think is a bug in the stream codecs. It's easily reproduced in the trunk: in > Lib/codecs.py, make the 'Codec' class new-style. Then, suddenly, test_codecs > will cras

[Python-Dev] Stream codecs and _multibytecodec

2006-04-20 Thread Thomas Wouters
While merging the trunk changes into the p3yk branch, I discovered what I think is a bug in the stream codecs. It's easily reproduced in the trunk: in Lib/codecs.py, make the 'Codec' class new-style. Then, suddenly, test_codecs will crash with an exception like this: ===