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

Aperta
#69,917 11 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Tranquilla
Stack tecnologico
python
Ambito
compilers

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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']
    

    Lingua principale
    Python
    Stelle
    77.2k
    Fork
    36k
    Merge medio
    1g 9h
    PR unite (30g)
    558

    Guida per i contributori

    Apri la guida per i contributori

    Come iniziare

    1. Leggi tutta la issue e poi la guida ai contributi del progetto.
    2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
    3. Fai un fork del repository e lavora su un branch.
    4. Apri una pull request che faccia riferimento al numero della issue.

    Altre issue di python/cpython

    Tutte le issue di python/cpython

    Issue simili

    Altre issue su Python

    Ricevi le nuove issue nella tua casella

    Un breve riepilogo di issue GitHub adatte ai principianti.