PEP 550: Withdraw in favor of PEP 567. (#559)
This commit is contained in:
parent
5e2ecacfc8
commit
590f68479c
14
pep-0550.rst
14
pep-0550.rst
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Yury Selivanov <yury@magic.io>,
|
Author: Yury Selivanov <yury@magic.io>,
|
||||||
Elvis Pranskevichus <elvis@magic.io>
|
Elvis Pranskevichus <elvis@magic.io>
|
||||||
Status: Draft
|
Status: Withdrawn
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 11-Aug-2017
|
Created: 11-Aug-2017
|
||||||
|
@ -25,6 +25,18 @@ programs that execute concurrently in the same OS thread. This PEP
|
||||||
proposes a solution to this problem.
|
proposes a solution to this problem.
|
||||||
|
|
||||||
|
|
||||||
|
PEP Status
|
||||||
|
==========
|
||||||
|
|
||||||
|
Due to its breadth and the lack of general consensus on some aspects, this
|
||||||
|
PEP has been withdrawn and superceded by a simpler :pep:`567`, which has
|
||||||
|
been accepted and included in Python 3.7.
|
||||||
|
|
||||||
|
:pep:`567` implements the same core idea, but limits the ContextVar support
|
||||||
|
to asynchronous tasks while leaving the generator behavior untouched.
|
||||||
|
The latter may be revisited in a future PEP.
|
||||||
|
|
||||||
|
|
||||||
Rationale
|
Rationale
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue