[Python-Dev] Timeout for PEP 550 / Execution Context discussion

Paul Moore p.f.moore at gmail.com
Mon Oct 16 08:03:30 EDT 2017


On 16 October 2017 at 12:44, Nick Coghlan <ncoghlan at gmail.com> wrote:
> The downside is that you'll still need to explicitly revert the decimal
> context before yielding from a generator if you didn't want the context
> change to "leak", but that's not a new constraint - it's one that already
> exists for the thread-local based decimal context API.

Ah, OK.Now I follow. Thanks for clarifying.
Paul


More information about the Python-Dev mailing list