[issue2919] Merge profile/cProfile in 3.n+1

Alexandre Vassalotti report at bugs.python.org
Tue Oct 15 06:39:36 CEST 2013


Alexandre Vassalotti added the comment:

Let's close this. There is no point keeping this languishing any further.

The profile and cProfile modules are different enough that we can't merge them without breaking compatibility. They should treated as two separate profilers.

Maybe in the future we should include a drop-in module written in Python for cProfile to be used for another Python implementation. But for now, I don't see the benefit, since the profile module is good enough and alternate implementations should be able to re-do the _lsprof accelerator in their target language without too much trouble if desired.

----------
assignee:  -> alexandre.vassalotti
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list