[Python-Dev] Re: PEP 646 (Variadic Generics): final call for comments

2021-07-08 Thread Filipe LaĆ­ns
On Sat, 2021-03-20 at 14:08 +, Matthew Rahtz via Python-Dev wrote: > Hi everyone, > We've got to the stage now with PEP 646 that we're feeling pretty happy with > it. So far though we've mainly been workshopping it in typing-sig, so as PEP 1 > requires we're asking for some feedback here too

[Python-Dev] Re: Does anyone use threading debug PYTHONTHREADDEBUG=1 env var? Can I remove it?

2021-07-08 Thread Victor Stinner
Ok, thanks. I created https://bugs.python.org/issue44584 to deprecate the feature and schedule its removal in Python 3.12. Victor On Wed, Jul 7, 2021 at 8:09 PM Guido van Rossum wrote: > > I agree, that flag was probably last useful when we were debugging the > threading machinery itself.