[Python-Dev] Re: opcode performance measurements

Samuele Pedroni Samuele Pedroni" <pedroni@inf.ethz.ch
Thu, 31 Jan 2002 21:30:48 +0100


Hi. Q about PEP 267

Does the PEP mechanims adress only

import a

use a.x

cases. How does it handle things like

import a.b

use a.b.x

Thanks, Samuele Pedroni.