[Python-ideas] Add an introspection API to Executor

Dan O'Reilly oreilldf at gmail.com
Wed Aug 27 03:59:24 CEST 2014


As promised, I've opened issue22281 (http://bugs.python.org/issue22281),
and attached a patch that makes an attempt at implementing this. Let's
continue any further discussion on this topic there.


On Tue, Aug 26, 2014 at 12:27 AM, Ethan Furman <ethan at stoneleaf.us> wrote:

> On 08/25/2014 09:08 PM, Guido van Rossum wrote:
>
>>
>> Hm. Maybe we should not complicate the API after all. This seems a lot of
>> theorizing without enough of a use case.
>>
>
> Introspection (aka debugging) is an important use case.  Having looked at
> the code, and with Antoine's comments in mind, I'd be happy with whatever
> Dan can get in there without changing the queuing implementation -- if
> anyone needs that much flexibility, they can take the Python code and
> massage it to their own desires.
>
> --
> ~Ethan~
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140826/7beab0d1/attachment.html>


More information about the Python-ideas mailing list