[Python-Dev] testing question (original) (raw)
Michael Hudson mwh@python.net
27 Nov 2002 15:12:43 +0000
- Previous message: [Python-Dev] testing question
- Next message: [Python-Dev] testing question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Skip Montanaro <skip@pobox.com> writes:
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?
That would be harder, I think...
[Guido]
I think you're talking about the code near the end of typesetbases(). I still don't understand why you can'y just bail out?
I'm going to. But I'd still like a test against the old behaviour. It's not a big deal.
Cheers, M.
-- I don't have any special knowledge of all this. In fact, I made all the above up, in the hope that it corresponds to reality. -- Mark Carroll, ucam.chat
- Previous message: [Python-Dev] testing question
- Next message: [Python-Dev] testing question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]