Make implicit returns explicit in longobject.c (in CHECK_SMALL_INT)
Đang mở
Chưa có ai nhận issue này.
3.9 (EOL)
interpreter-core
type-feature
- Ngôn ngữ chính
- Python
- Star
- 77.2k
- Fork
- 36k
- Chỉ số merge pull request
- Chỉ số pull request đang chờ
Mô tả
| BPO | 37812 |
|---|---|
| Nosy | @tim-one, @rhettinger, @mdickinson, @vstinner, @animalize, @gnprice, @sir-sigurd, @aeros |
| 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-08-10.21:07:30.736>
labels = ['interpreter-core', 'type-feature', '3.9']
title = 'Make implicit returns explicit in longobject.c (in CHECK_SMALL_INT)'
updated_at = <Date 2019-09-22.06:41:33.865>
user = 'https://github.com/gnprice'
bugs.python.org fields:
activity = <Date 2019-09-22.06:41:33.865>
actor = 'aeros'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2019-08-10.21:07:30.736>
creator = 'Greg Price'
dependencies = []
files = []
hgrepos = []
issue_num = 37812
keywords = ['patch']
message_count = 36.0
messages = ['349359', '349360', '349376', '349377', '349379', '349414', '349418', '349420', '349425', '349429', '349430', '350352', '350353', '350378', '350380', '350398', '350402', '352670', '352685', '352688', '352689', '352690', '352691', '352693', '352694', '352695', '352709', '352781', '352833', '352834', '352836', '352837', '352838', '352842', '352904', '352963']
nosy_count = 8.0
nosy_names = ['tim.peters', 'rhettinger', 'mark.dickinson', 'vstinner', 'malin', 'Greg Price', 'sir-sigurd', 'aeros']
pr_nums = ['15203', '15216', '15448']
priority = 'normal'
resolution = None
stage = 'resolved'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37812'
versions = ['Python 3.9']
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu trong longobject.c tại macro CHECK_SMALL_INT và xem xét các PR 15203, 15216 và 15448 được liên kết với issue trước khi thực hiện thay đổi. Xác nhận những lệnh return ngầm nào vẫn nằm trong phạm vi, sau đó chạy các bài kiểm tra trình thông dịch CPython liên quan và xác minh rằng các lệnh return là tường minh mà không thay đổi hành vi.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- c
- Lĩnh vực
- compilers
- Loại issue
- Tái cấu trúc
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 25/100