[Python-Dev] Python 2.7.13 release dates

2016-11-27 Thread Benjamin Peterson
I've have just updated PEP 373 to say that Python 2.7.13 release candidate 1 will be released on December 3. The final will follow two weeks later on December 17. If there are delays in the process, the final will likely to pushed into January. Servus, Benjamin

Re: [Python-Dev] Does anyone use CALL_PROFILE special build?

2016-11-27 Thread Jeremy Hylton
I don't think there's any need to keep this feature. I hope we have better ways to profile function and method calls now than we did when this code was submitted. Jeremy On Sat, Nov 26, 2016 at 3:34 AM Raymond Hettinger < raymond.hettin...@gmail.com> wrote: > > > On Nov 25, 2016, at 1:28 AM, Vic