Re: [Twisted-Python] INCOMPATIBLE CHANGE: Removing hotshot from twistd's profiler support

2015-07-07 Thread Kevin Turner
+1 to removing hotshot. It's hard enough to figure out how to profile python applications without having broken defaults in the mix. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twist

Re: [Twisted-Python] INCOMPATIBLE CHANGE: Removing hotshot from twistd's profiler support

2015-07-07 Thread Glyph
> On Jul 7, 2015, at 7:33 PM, Amber Hawkie Brown > wrote: > > Hotshot is completely broke, and it doesn't exist in Python 3. It is > currently the default for twistd and since it doesn't work, we should just > sidestep the deprecation cycle and remove it, changing the default to > something

[Twisted-Python] INCOMPATIBLE CHANGE: Removing hotshot from twistd's profiler support

2015-07-07 Thread Amber "Hawkie" Brown
Hotshot is completely broke, and it doesn't exist in Python 3. It is currently the default for twistd and since it doesn't work, we should just sidestep the deprecation cycle and remove it, changing the default to something useful. The ticket with the changes are available on https://twistedmat