[issue2919] Merge profile/cProfile in 3.0

Alexandre Vassalotti report at bugs.python.org
Wed Jun 10 00:08:11 CEST 2009


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

Jean Brouwers wrote:
> All tests passed after regenerating the expected results

The tests for profile are output test. If you regenerate them, they pass
for sure.

Merging cProfile/profile will require a lot more work than just renaming
the module. The designs of cProfile and profile are significantly
different. So a successful merge will require settling one profiler
design (cProfile is the better designed one, IMHO) and rewrite the other
one to match the chosen design.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2919>
_______________________________________


More information about the Python-bugs-list mailing list