profiler results for __getattr__, am I reading this correctly ?
Neil Schemenauer
nas at python.ca
Wed Oct 17 00:23:04 EDT 2001
More information about the Python-list mailing list
Wed Oct 17 00:23:04 EDT 2001
- Previous message (by thread): profiler results for __getattr__, am I reading this correctly ?
- Next message (by thread): profiler results for __getattr__, am I reading this correctly ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim Peters wrote: > Try grabbing profile.py out of the current CVS tree (it should run fine > under 2.1.1 too, and under 2.0.1). There was a systematic bug that caused > time to get charged to the wrong functions, when a Python exception got > raised by Python code but caught and cleared by C code before returning to > Python. I've ran into this problem just the other day and using profile.py out of CVS fixed it for me. Hmm, 2.1.2? Neil
- Previous message (by thread): profiler results for __getattr__, am I reading this correctly ?
- Next message (by thread): profiler results for __getattr__, am I reading this correctly ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list