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