[Python-ideas] [Python-Dev] Making asyncio more thread-friendly

2020-06-06 Thread Stephen J. Turnbull
Hi, Celelibi, Welcome to Python Ideas. Python Dev is more for discussions of implementations of proposed features, typically clearly on their way to an accepted pull request into master. Python-Ideas is a better place for a request for enhancement without an implementation patch, so I'm moving i

[Python-ideas] Re: Augment abc.Set API (support named set methods for dictionary view objects)

2020-06-06 Thread Stephen J. Turnbull
Christopher Barker writes: > But again, not worth any more of my time that I have already spent. Feel free not to read or respond. (I mean that literally, I don't want to take up more of your time just because I responded. I'd be interested in your response if you care to make one. I do think

[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 able

[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 it'

[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: > > > https://