Re: settrace doesn't trace builtin functions

2013-07-01 Thread Skip Montanaro
> I've been using the settrace function to write a tracer for my program, > which is working great except that it doesn't seem to work for built-in > functions, like open('filename.txt'). This doesn't seem to be documented, so > I'm not sure if I'm doing something wrong or that's the expected

settrace doesn't trace builtin functions

2013-06-30 Thread skunkwerk
Hi, I've been using the settrace function to write a tracer for my program, which is working great except that it doesn't seem to work for built-in functions, like open('filename.txt'). This doesn't seem to be documented, so I'm not sure if I'm doing something wrong or that's the expected beh