[issue2775] Implement PEP 3108

Georg Brandl report at bugs.python.org
Tue Oct 26 21:27:21 CEST 2010


Georg Brandl <georg at python.org> added the comment:

I will have a go at the profiler situation.

I imagine the following: deprecate the cProfile module, and provide both profiler classes from the profile module -- e.g. as PythonProfile and CProfile, and provide Profile = PythonProfile.  (From cProfile.py, obviously Profile = CProfile).  A lot of the interface (module-level helpers and script entry) are near duplicated anyway.

In 3.3, the default Profile could then be reassigned to CProfile.

----------

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


More information about the Python-bugs-list mailing list