Re: [Python-Dev] bdb.py trace C implementation?

2009-04-01 Thread David Christian
tead of once per line. This can give a large speedup when you are skipping the entire standard library, at some measurable cost per function call, and a cost in code complexity. --- David Christian Senior Software Engineer rPath, Inc ___ Python-Dev ma

[Python-Dev] bdb.py trace C implementation?

2009-04-01 Thread David Christian
res action. I'd be willing to maintain the C implementation. I would be willing to write those tests that are possible as well. Is this something that would be likely to be accepted? Thanks, David Christian Senior Software Engineer rPath, Inc. ___