[Python-Dev] nested scopes confusion (original) (raw)

Thomas Heller thomas.heller@ion-tof.com
Tue, 4 Dec 2001 21:37:41 +0100


From: "Thomas Heller" <thomas.heller@ion-tof.com>

> But the performance characteristics of class vs. function is really > the bottleneck of your application? Are you sure that nested fuctions > are really cheaper? [...] What were I talking about ;-) ?

These are functions using nested scopes, not nested functions.

Sorry, Thomas