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: Implementing PEP 673 (Self type)
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: AlexWaygood, Gobot1234, JelleZijlstra, gvanrossum, kj, sobolevn
Priority: normal Keywords: patch

Created on 2022-01-26 10:57 by Gobot1234, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 30924 merged Gobot1234, 2022-01-26 18:05
Messages (2)
msg411736 - (view) Author: Gobot1234 (Gobot1234) * Date: 2022-01-26 10:57
See [PEP 673](https://www.python.org/dev/peps/pep-0673)

I'm planning to implement this in cpython some point today.
msg412792 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2022-02-07 20:47
New changeset 7ba1cc8049fbcb94ac039ab02522f78177130588 by James Hilton-Balfe in branch 'main':
bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)
https://github.com/python/cpython/commit/7ba1cc8049fbcb94ac039ab02522f78177130588
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90692
2022-02-07 20:47:59gvanrossumsetmessages: + msg412792
2022-02-07 18:09:47rhettingerlinkissue46669 superseder
2022-01-26 18:05:41Gobot1234setkeywords: + patch
stage: patch review
pull_requests: + pull_request29103
2022-01-26 11:02:02AlexWaygoodsetnosy: + sobolevn, AlexWaygood
2022-01-26 10:57:52Gobot1234create