dir(<bound method>) should include dunder attributes of the unbound method
Aperta
Nessuno ha ancora preso questa issue.
3.7 (EOL)
interpreter-core
type-bug
- Lingua principale
- Python
- Stelle
- 77.2k
- Fork
- 36k
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
| BPO | 29117 |
|---|---|
| Nosy | @terryjreedy, @anntzer, @zhangyangyu |
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 2016-12-30.21:51:10.086>
labels = ['interpreter-core', 'type-bug', '3.7']
title = 'dir(<bound method>) should include dunder attributes of the unbound method'
updated_at = <Date 2017-01-06.21:51:15.327>
user = 'https://github.com/anntzer'
bugs.python.org fields:
activity = <Date 2017-01-06.21:51:15.327>
actor = 'terry.reedy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2016-12-30.21:51:10.086>
creator = 'Antony.Lee'
dependencies = []
files = []
hgrepos = []
issue_num = 29117
keywords = []
message_count = 2.0
messages = ['284347', '284859']
nosy_count = 3.0
nosy_names = ['terry.reedy', 'Antony.Lee', 'xiang.zhang']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue29117'
versions = ['Python 3.6', 'Python 3.7']
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 riproducendo la differenza segnalata tra dir() su un metodo associato e il relativo metodo non associato, quindi individua l’implementazione nel core dell’interprete e i test pertinenti. Aggiungi la copertura per gli attributi dunder previsti e verifica che il risultato del metodo associato includa quelli del metodo non associato.
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
- 32/100