PEP 674: Deferred (#2921)
This commit is contained in:
parent
e59744921b
commit
77018a2d5c
10
pep-0674.rst
10
pep-0674.rst
|
@ -1,7 +1,7 @@
|
|||
PEP: 674
|
||||
Title: Disallow using macros as l-values
|
||||
Author: Victor Stinner <vstinner@python.org>
|
||||
Status: Draft
|
||||
Status: Deferred
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 30-Nov-2021
|
||||
|
@ -23,6 +23,14 @@ changes:
|
|||
with ``Py_SET_SIZE(obj, new_size)``.
|
||||
|
||||
|
||||
PEP Deferral
|
||||
============
|
||||
|
||||
See `SC reply to PEP 674 -- Disallow using macros as l-values
|
||||
<https://mail.python.org/archives/list/python-dev@python.org/message/CV6KWDRHV5WP6TIDK3Z46PW7HNSHYOWG/>`_
|
||||
(February 2022).
|
||||
|
||||
|
||||
Rationale
|
||||
=========
|
||||
|
||||
|
|
Loading…
Reference in New Issue