object.__new__ does not accept arguments if __bases__ is changed
Nessuno ha ancora preso questa issue.
- Lingua principale
- Python
- Stelle
- 77.2k
- Fork
- 36k
- Merge medio
- 1g 9h
- PR unite (30g)
- 558
Descrizione
| BPO | 32768 |
|---|---|
| Nosy | @gvanrossum, @ncoghlan, @bitdancer, @ethanfurman, @serhiy-storchaka |
| Files |
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 2018-02-04.22:05:12.953>
labels = ['interpreter-core', '3.8', 'type-bug', '3.7']
title = 'object.__new__ does not accept arguments if __bases__ is changed'
updated_at = <Date 2020-12-24.20:00:05.366>
user = 'https://bugs.python.org/VA'
bugs.python.org fields:
activity = <Date 2020-12-24.20:00:05.366>
actor = 'ethan.furman'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2018-02-04.22:05:12.953>
creator = 'VA'
dependencies = []
files = ['47425']
hgrepos = []
issue_num = 32768
keywords = []
message_count = 12.0
messages = ['311622', '311656', '311667', '311679', '311696', '311716', '311731', '311772', '341692', '341693', '341782', '383703']
nosy_count = 7.0
nosy_names = ['gvanrossum', 'ncoghlan', 'r.david.murray', 'ethan.furman', 'serhiy.storchaka', 'VA', 'alexey-muranov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue32768'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia eseguendo la riproduzione in bases.py e conferma il comportamento di object.new dopo aver modificato bases. Quindi segui la gestione pertinente nel core dell’interprete ed esamina la discussione BPO collegata per determinare il comportamento previsto. Il lavoro è completato quando un test di regressione mirato copre il caso e il comportamento viene corretto senza compromettere la costruzione degli oggetti esistente.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- compilers
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 28/100