This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Ensure PEP 663 changes are reverted from 3.11
Type: Stage:
Components: Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: ethan.furman Nosy List: ethan.furman, pablogsal, twouters
Priority: high Keywords:

Created on 2022-02-28 18:53 by pablogsal, last changed 2022-04-11 14:59 by admin.

Messages (3)
msg414214 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2022-02-28 18:53
As PEP 663 https://github.com/python/steering-council/issues/76 was rejected, we need to ensure that the changes made in 3.11 (see https://github.com/python/steering-council/issues/76#issuecomment-970668967) are rejected.

I am marking this as a release blocker so we don't forget.
msg414215 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2022-02-28 18:56
> we need to ensure that the changes made in 3.11 (see https://github.com/python/steering-council/issues/76#issuecomment-970668967) are rejected.

Apologies, I meant "we need to ensure that the changes made in 3.11 are **reverted**.
msg414217 - (view) Author: Ethan Furman (ethan.furman) * (Python committer) Date: 2022-02-28 19:14
This has been taken care of in issue40066.
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 91041
2022-03-02 16:51:17ethan.furmansetpriority: release blocker -> high
2022-02-28 19:29:35twouterssetnosy: + twouters
2022-02-28 19:14:19ethan.furmansetmessages: + msg414217
2022-02-28 18:56:31pablogsalsetmessages: + msg414215
2022-02-28 18:53:32pablogsalcreate