[Python-Dev] Re: [python-committers] Sad news from Zurich

2021-12-12 Thread Marc-Andre Lemburg
This is really sad news indeed. Fredrik was a brilliant and innovative key figure in Python land for such a long time and has contributed a lot towards Python's success. Here's an older archived version of his website: http://web.archive.org/web/20201109205132/http://effbot.org/ On 10.12.2021

[Python-Dev] Re: Do we need to remove everything that's deprecated?

2021-12-12 Thread Terry Reedy
On 11/18/2021 9:52 AM, Petr Viktorin wrote: On Wed, Nov 17, 2021 at 12:49 AM Terry Reedy wrote: And then there are truly trivial removals like the "failUnless" or "SafeConfigParser" aliases. I don't see a good reason to remove those -- they could stay deprecated forever. This part I do not

[Python-Dev] Re: PEP 669: Low Impact Monitoring for CPython

2021-12-12 Thread Terry Reedy
On 12/7/2021 10:41 AM, Mark Shannon wrote: I would like to announce latest PEP, PEP 669: Low Impact Monitoring for CPython. The aim of this PEP is to provide an API for profilers, debuggers and other tools to avoid the punitive overhead of using sys.settrace. If you have any interest in pro