X Tutup
The Wayback Machine - https://web.archive.org/web/20240111222703/https://github.com/python/cpython/issues/81989
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

Deprecate unbound super methods #81989

Open
stevendaprano opened this issue Aug 10, 2019 · 2 comments
Open

Deprecate unbound super methods #81989

stevendaprano opened this issue Aug 10, 2019 · 2 comments
Labels
3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@stevendaprano
Copy link
Member

BPO 37808
Nosy @gvanrossum, @stevendaprano, @ZackerySpytz
PRs
  • gh-81989: Deprecate passing a single argument to super() #15205
  • 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 2019-08-10.08:17:59.492>
    labels = ['3.9']
    title = 'Deprecate unbound super methods'
    updated_at = <Date 2019-08-11.18:17:34.897>
    user = 'https://github.com/stevendaprano'

    bugs.python.org fields:

    activity = <Date 2019-08-11.18:17:34.897>
    actor = 'gvanrossum'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = []
    creation = <Date 2019-08-10.08:17:59.492>
    creator = 'steven.daprano'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37808
    keywords = ['patch']
    message_count = 2.0
    messages = ['349338', '349405']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'steven.daprano', 'ZackerySpytz']
    pr_nums = ['15205']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37808'
    versions = ['Python 3.9']

    @stevendaprano
    Copy link
    Member Author

    As per the discussion here, let's deprecate unbound super methods.

    https://discuss.python.org/t/is-it-time-to-deprecate-unbound-super-methods/1833

    @stevendaprano stevendaprano added the 3.9 only security fixes label Aug 10, 2019
    @gvanrossum
    Copy link
    Member

    I don't have time to review this, sorry.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @iritkatriel iritkatriel added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Nov 27, 2023
    @erlend-aasland erlend-aasland added type-feature A feature request or enhancement 3.13 new features, bugs and security fixes and removed 3.9 only security fixes labels Jan 5, 2024
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants
    X Tutup