Renaming the constants for the .flags of PyMemberDef
Open
Nobody has claimed this yet.
3.8 (EOL)
interpreter-core
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 36347 |
|---|---|
| Nosy | @ronaldoussoren, @serhiy-storchaka, @zooba, @matrixise, @MojoVampire, @miss-islington |
| 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-03-18.14:42:30.742>
labels = ['interpreter-core', '3.8']
title = 'Renaming the constants for the .flags of PyMemberDef'
updated_at = <Date 2020-02-18.13:14:49.932>
user = 'https://github.com/matrixise'
bugs.python.org fields:
activity = <Date 2020-02-18.13:14:49.932>
actor = 'miss-islington'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2019-03-18.14:42:30.742>
creator = 'matrixise'
dependencies = []
files = []
hgrepos = []
issue_num = 36347
keywords = ['patch']
message_count = 18.0
messages = ['338232', '338261', '338280', '338366', '338400', '338453', '338720', '338731', '338732', '338745', '338758', '338759', '338760', '338764', '338789', '338794', '339440', '362207']
nosy_count = 6.0
nosy_names = ['ronaldoussoren', 'serhiy.storchaka', 'steve.dower', 'matrixise', 'josh.r', 'miss-islington']
pr_nums = ['12410', '12527', '12684']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue36347'
versions = ['Python 3.8']
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 the issue history and the three referenced pull requests: python/cpython#12410, #12527, and #12684. Trace the proposed renaming of the PyMemberDef .flags constants in the interpreter-core changes and compare the current state with BPO issue 36347. Done means the naming change is resolved consistently and the open patch-review discussion reaches a decision.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100