Defer PEP 547 (#656)

This commit is contained in:
Petr Viktorin 2018-05-22 12:51:50 +02:00 committed by Nick Coghlan
parent a619e204e6
commit 0e2f1f04f7
1 changed files with 13 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: Marcel Plch <gmarcel.plch@gmail.com>,
Petr Viktorin <encukou@gmail.com>
Status: Draft
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
Created: 25-May-2017
@ -12,6 +12,17 @@ Python-Version: 3.7
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
========
@ -186,6 +197,7 @@ References
.. _GitHub: https://github.com/python/cpython/pull/1761
.. _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
.. _Cython issue 1923: https://github.com/cython/cython/pull/1923
Copyright