[Python-3000] Help needed in py3k branch

Thomas Wouters thomas at python.org
Fri Apr 21 00:40:35 CEST 2006


(Sorry, Guido, meant to reply to list, not to you privately.)

On 4/21/06, Guido van Rossum <guido at python.org> wrote:

> test_exception fails with a SystemError for popping a non-exception
> off the stack


I already fixed that one (it's not just a test fix, it's an actual bug, so
per your request I didn't check it in. It's an SF patch assigned to you.)

test_pyclbr fails


 I looked at this, and thought I'd fixed it... IIRC, it was a
class-hierarchy check that didn't take 'object' into account.

a bunch of tests for XML modules all fail (perhaps some of these are
> related): minidom, sax, xdrlib, xml_etree


I'm not sure if they're related, but I do believe they're all caused by
classic-vs-new-style class semantics. Oh, no, xdrlib is a truedivision
issue. Fixed that, now. (xdrlib isn't an XML module anyway, it's Sun
RPC-related.)

If anyone wants to help out debugging these, please do! If you solve one,
> just mail me a patch (or check it in if you've got checkin perms and feel
> confident -- just still drop me a line).


 Oh, I guess I'll check in the exceptions fix, then ;-)

--
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000/attachments/20060421/f6d2fc9d/attachment.htm 


More information about the Python-3000 mailing list