Assigning and deleting __new__ attr on the class does not allow to create instances of this class

Open
#69,917 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
python
Domain
compilers

Research direction

Start by reproducing the behavior from the attached new_patch_fails.py file on the affected Python versions, comparing Python 2.7 with Python 3.5 as described. Then trace the interpreter-core handling of assigning and deleting a class's new attribute. Done means the reported class can be instantiated after that sequence without the TypeError, with regression coverage for the behavior.

Written by the indexing model from the issue text.

Description

3.10 3.8 (EOL) 3.9 (EOL) interpreter-core type-bug
BPO 25731
Nosy @Yhg1s, @benjaminp, @eryksun, @skonieczny
Files
  • new_patch_fails.py: Attached file works on python 2.7, but fails on python3.5 with TypeError: object() takes no parameters.
  • 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 2015-11-25.12:29:50.304>
    labels = ['interpreter-core', 'type-bug', '3.8', '3.9', '3.10']
    title = 'Assigning and deleting __new__ attr on the class does not allow to create instances of this class'
    updated_at = <Date 2021-03-05.12:14:47.716>
    user = 'https://github.com/skonieczny'
    

    bugs.python.org fields:

    activity = <Date 2021-03-05.12:14:47.716>
    actor = 'eryksun'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2015-11-25.12:29:50.304>
    creator = 'uosiu'
    dependencies = []
    files = ['41161']
    hgrepos = []
    issue_num = 25731
    keywords = []
    message_count = 10.0
    messages = ['255337', '255371', '258530', '258572', '262922', '263580', '263816', '266574', '266576', '278962']
    nosy_count = 8.0
    nosy_names = ['twouters', 'benjamin.peterson', 'python-dev', 'bkabrda', 'eryksun', 'uosiu', 'jcristau', 'Carl Dunham']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue25731'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
    

    Dominant language
    Python
    Stars
    77.2k
    Forks
    36k
    Avg merge
    1d 9h
    Merged PRs (30d)
    558

    Contributor guide

    Open the contributing guide

    First steps

    1. Read the whole issue, then the project's contributing guide.
    2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
    3. Fork the repository and make your change on a branch.
    4. Open a pull request that references the issue number.

    More from python/cpython

    All issues in python/cpython

    Similar issues

    More Python issues

    Get new issues in your inbox

    A short digest of beginner-friendly GitHub issues.