[Python-ideas] New PEP 550: Execution Context
Nick Coghlan
ncoghlan at gmail.com
Sat Aug 12 10:20:28 EDT 2017
On 12 August 2017 at 15:45, Yury Selivanov <yselivanov.ml at gmail.com> wrote:
> Thanks Eric!
>
> PEP 408 -- Standard library __preview__ package?
Typo in the PEP number: PEP 406, which was an ultimately failed
attempt to get away from the reliance on process globals to manage the
import system by encapsulating the top level state as an "Import
Engine": https://www.python.org/dev/peps/pep-0406/
We still like the idea in principle (hence the Withdrawn status rather
then being Rejected), but someone needs to find time to take a run at
designing a new version of it atop the cleaner PEP 451 import plugin
API (hence why the *specific* proposal in PEP 406 has been withdrawn).
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-ideas
mailing list