From njs at pobox.com Tue Apr 2 03:34:28 2019 From: njs at pobox.com (Nathaniel Smith) Date: Tue, 2 Apr 2019 00:34:28 -0700 Subject: [Async-sig] Preventing `yield` inside certain context managers Message-ID: This proposal might be of interest to folks here: https://discuss.python.org/t/preventing-yield-inside-certain-context-managers/1091 I posted the main text there instead of here because it's a change to the core interpreter, but the motivation is async APIs. Probably best to post replies there, to keep the discussion consolidated. -n -- Nathaniel J. Smith -- https://vorpus.org