Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing PEP 673 (Self type) #90692

Closed
Gobot1234 mannequin opened this issue Jan 26, 2022 · 3 comments
Closed

Implementing PEP 673 (Self type) #90692

Gobot1234 mannequin opened this issue Jan 26, 2022 · 3 comments
Labels
3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@Gobot1234
Copy link
Mannequin

Gobot1234 mannequin commented Jan 26, 2022

BPO 46534
Nosy @gvanrossum, @JelleZijlstra, @sobolevn, @Gobot1234, @Fidget-Spinner, @AlexWaygood
PRs
  • bpo-46534: Implement PEP 673 Self in typing.py #30924
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2022-01-26.10:57:52.113>
    labels = ['type-feature', 'library', '3.11']
    title = 'Implementing PEP 673 (Self type)'
    updated_at = <Date 2022-02-07.20:47:59.276>
    user = 'https://github.com/Gobot1234'

    bugs.python.org fields:

    activity = <Date 2022-02-07.20:47:59.276>
    actor = 'gvanrossum'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2022-01-26.10:57:52.113>
    creator = 'Gobot1234'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46534
    keywords = ['patch']
    message_count = 2.0
    messages = ['411736', '412792']
    nosy_count = 6.0
    nosy_names = ['gvanrossum', 'JelleZijlstra', 'sobolevn', 'Gobot1234', 'kj', 'AlexWaygood']
    pr_nums = ['30924']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue46534'
    versions = ['Python 3.11']

    @Gobot1234
    Copy link
    Mannequin Author

    Gobot1234 mannequin commented Jan 26, 2022

    See PEP-673

    I'm planning to implement this in cpython some point today.

    @Gobot1234 Gobot1234 mannequin added 3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jan 26, 2022
    @gvanrossum
    Copy link
    Member

    New changeset 7ba1cc8 by James Hilton-Balfe in branch 'main':
    bpo-46534: Implement PEP-673 Self in typing.py (GH-30924)
    7ba1cc8

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @JelleZijlstra
    Copy link
    Member

    typing.Self was added.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants