PEP 674: Deferred (#2921)

This commit is contained in:
Victor Stinner 2022-12-13 16:35:25 +01:00 committed by GitHub
parent e59744921b
commit 77018a2d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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
=========