[Python-Dev] Timeout for PEP 550 (original) (raw)
[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
- Previous message (by thread): [Python-Dev] Timeout for PEP 550 / Execution Context discussion
- Next message (by thread): [Python-Dev] Timeout for PEP 550 / Execution Context discussion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] Timeout for PEP 550 / Execution Context discussion
- Next message (by thread): [Python-Dev] Timeout for PEP 550 / Execution Context discussion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]