dir() does not return the list of valid attributes for the object

未关闭
#84,279 12 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
25/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
停滞
技术栈
python
领域
compilers

调研方向

首先查看解释器核心中 Python 的 dir() 行为的实现和测试。该 issue 未提供文件、入口点、复现步骤或预期属性列表,因此首先根据所链接的历史 issue 和讨论,确定受影响的对象情况以及预期行为。完成的标准是:该行为已完成规范说明、实现,并由测试覆盖。

由索引模型根据 Issue 内容生成。

描述

interpreter-core type-bug
BPO 40098
Nosy @gvanrossum, @tim-one, @serhiy-storchaka, @vedgar

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 2020-03-28.19:47:28.704>
labels = ['interpreter-core', 'type-bug']
title = 'dir() does not return the list of valid attributes for the object'
updated_at = <Date 2020-03-31.21:33:43.162>
user = 'https://github.com/serhiy-storchaka'

bugs.python.org fields:

activity = <Date 2020-03-31.21:33:43.162>
actor = 'gvanrossum'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2020-03-28.19:47:28.704>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 40098
keywords = []
message_count = 11.0
messages = ['365227', '365271', '365272', '365411', '365416', '365417', '365419', '365420', '365423', '365426', '365428']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'tim.peters', 'serhiy.storchaka', 'veky']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40098'
versions = []

主要语言
Python
星标
77.2k
派生
36k
平均合并
1 天 9 小时
30 天内合并 PR
558

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

python/cpython 的其他 Issue

查看 python/cpython 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。