Todd Sabin <[EMAIL PROTECTED]> writes: > In that case, I guess I don't understand why python chooses to ignore > the declaration. Assuming python doesn't throw out all potentially > dangerous declarations that it can't prove, why the special treatment > here?
Neither do I. My naive reading of the standard is that it's always okay to put a (the element-type ...) around the aref in the presence of the array type declaration. Since python is about speed, I'd assumed it would make use of that. Regards, Chris
