[Python-3000] what to do with profilers in the stdlib

Neal Norwitz nnorwitz at gmail.com
Sat Aug 25 03:32:04 CEST 2007


On 8/24/07, Alexandre Vassalotti <alexandre at peadrop.com> wrote:
> On 8/24/07, Neal Norwitz <nnorwitz at gmail.com> wrote:
> > I suggest merging profile and cProfile (which uses _lsprof) similar to
> > how stringio and pickle are being merged.
>
> cProfile and profile.py are on my merge to-do. I was supposed to merge
> cProfile/profile.py as part of my GSoC, but stringio and pickle have
> taken most of my time. So, I will merge the profile modules in my free
> time.

Awesome!  I was hoping you would volunteer.  It looks like you've made
a ton of progress on stringio and pickle so far.  They are more
important to get done. After they are completed, we can finish off the
profile modules.

n


More information about the Python-3000 mailing list