Defer PEP 547 (#656)
This commit is contained in:
parent
a619e204e6
commit
0e2f1f04f7
14
pep-0547.rst
14
pep-0547.rst
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Marcel Plch <gmarcel.plch@gmail.com>,
|
Author: Marcel Plch <gmarcel.plch@gmail.com>,
|
||||||
Petr Viktorin <encukou@gmail.com>
|
Petr Viktorin <encukou@gmail.com>
|
||||||
Status: Draft
|
Status: Deferred
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 25-May-2017
|
Created: 25-May-2017
|
||||||
|
@ -12,6 +12,17 @@ Python-Version: 3.7
|
||||||
Post-History:
|
Post-History:
|
||||||
|
|
||||||
|
|
||||||
|
Deferral Notice
|
||||||
|
===============
|
||||||
|
|
||||||
|
Cython -- the most important use case for this PEP and the only explicit
|
||||||
|
one -- is not ready for multi-phase initialization yet.
|
||||||
|
It keeps global state in C-level static variables.
|
||||||
|
See discussion at `Cython issue 1923`_.
|
||||||
|
|
||||||
|
The PEP is deferred until the situation changes.
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
@ -186,6 +197,7 @@ References
|
||||||
.. _GitHub: https://github.com/python/cpython/pull/1761
|
.. _GitHub: https://github.com/python/cpython/pull/1761
|
||||||
.. _Cython issue 1715: https://github.com/cython/cython/issues/1715
|
.. _Cython issue 1715: https://github.com/cython/cython/issues/1715
|
||||||
.. _Possible Future Extensions section: https://www.python.org/dev/peps/pep-0489/#possible-future-extensions
|
.. _Possible Future Extensions section: https://www.python.org/dev/peps/pep-0489/#possible-future-extensions
|
||||||
|
.. _Cython issue 1923: https://github.com/cython/cython/pull/1923
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue