[Python-Dev] testing question

Skip Montanaro skip@pobox.com
Wed, 27 Nov 2002 08:54:02 -0600


    Michael> There's a buglet in my assignable __bases__ code that can (in
    Michael> pretty obscure situations) lead to Python code getting executed
    Michael> with an exception pending.  I have a fix, but I'd like a test
    Michael> -- can anyone think of a way of testing for this?

If it's too hard to implement in Python code, why not add something to
Modules/_testcapimodule.c?

Skip