An unexpected visit_decref assertion fail (code works under python 2.4, doesn't under 2.5)

2009-04-24 Thread Joe Ardent
on to this code working fine in an earlier python version, is that this code works fine for most of the classes (this module has a bunch of C++ classes that get turned into python classes). Does anyone have any tips for debugging this? I'd really like to know what exactly is being

os.path.walk not pruning descent tree (and I'm not happy with that behavior?)

2007-05-27 Thread Joe Ardent
is method: "The visit function may modify names to influence the set of directories visited below dirname, e.g. to avoid visiting certain parts of the tree. (The object referred to by names must be modified in place, using del or slice assignment.)" So... What am I missing? Any hel