Loosening | and |= operator type checking restriction
Open
Nobody has claimed this yet.
3.10
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 43085 |
|---|---|
| Nosy | @rhettinger, @stevendaprano, @vedgar, @brandtbucher, @uriyyo |
| 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 2021-01-31.16:14:39.386>
labels = ['type-feature', 'library', '3.10']
title = 'Loosening | and |= operator type checking restriction'
updated_at = <Date 2021-02-01.18:07:13.724>
user = 'https://github.com/WetBird'
bugs.python.org fields:
activity = <Date 2021-02-01.18:07:13.724>
actor = 'brandtbucher'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-01-31.16:14:39.386>
creator = 'Siy_V'
dependencies = []
files = []
hgrepos = []
issue_num = 43085
keywords = ['patch']
message_count = 7.0
messages = ['386028', '386030', '386066', '386068', '386083', '386084', '386086']
nosy_count = 6.0
nosy_names = ['rhettinger', 'mrabarnett', 'steven.daprano', 'veky', 'brandtbucher', 'uriyyo']
pr_nums = ['24413']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue43085'
versions = ['Python 3.10']
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
The payload names no source file or test; start by reading issue #87251 and PR #24413, then locate the CPython operator type-checking implementation and its tests. Done means the restriction is loosened as agreed and the relevant Python 3.10 tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100