Skip to content

Commit

Permalink
Defer PEP 547 (python#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou authored and ncoghlan committed May 22, 2018
1 parent a619e20 commit 0e2f1f0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pep-0547.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,25 @@ Version: $Revision$
Last-Modified: $Date$
Author: Marcel Plch <[email protected]>,
Petr Viktorin <[email protected]>
Status: Draft
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
Created: 25-May-2017
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
========

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e2f1f0

Please sign in to comment.