Georg Brandl <ge...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue2775>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to