inspect: getmembers calls properties
Open
Nobody has claimed this yet.
3.9 (EOL)
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 38337 |
|---|---|
| Nosy | @csabella, @hongweipeng, @jnsdrtlf |
| PRs |
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 2019-10-01.12:01:59.088>
labels = ['type-bug', 'library', '3.9']
title = 'inspect: getmembers calls properties'
updated_at = <Date 2020-03-29.19:22:40.724>
user = 'https://github.com/jnsdrtlf'
bugs.python.org fields:
activity = <Date 2020-03-29.19:22:40.724>
actor = 'jnsdrtlf'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-10-01.12:01:59.088>
creator = 'jnsdrtlf'
dependencies = []
files = []
hgrepos = []
issue_num = 38337
keywords = ['patch']
message_count = 9.0
messages = ['353688', '353698', '353871', '353872', '353895', '353900', '360715', '360748', '365274']
nosy_count = 3.0
nosy_names = ['cheryl.sabella', 'hongweipeng', 'jnsdrtlf']
pr_nums = ['16521']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38337'
versions = ['Python 3.9']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing inspect.getmembers and the linked pull request #16521 to understand the proposed handling of properties. Verify the resulting behavior against the issue's stated problem and check whether the existing or proposed tests demonstrate that getmembers no longer calls properties.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100