[Python-ideas] Re: PYTHONLOGGING env variable

2020-06-06 Thread Bar Harel
It's one thing to say that the interpreter takes care of importing logging and setting up a basic logger, and that's great, but I still have to import logging and call the `logging.info(...)` functions, so what does this proposal give us, *in detail* please, and how do I use it? You would be

[Python-ideas] Re: Advanced Debugger Support C-API is incomplete?

2020-06-06 Thread Andrew Pashkin
I wonder if someone could provide a meaningful answer/pointer. On 29.05.20 23:11, Andrew Pashkin wrote: I want to implement my own version of _PyThread_CurrentFrames() , but it seems like

[Python-ideas] Re: PYTHONLOGGING env variable

2020-06-06 Thread Alex Hall
On Sat, Jun 6, 2020 at 6:46 AM Steven D'Aprano wrote: > I think the first thing that needs to be done, before creating a bpo > issue, is to get consensus that it's both a plausible idea and a good > idea, and I don't think that the discussion did either. > > Discussion starts here: > > >