pickle does not serialize Exception __cause__ field
Đang mở
Chưa có ai nhận issue này.
3.11
stdlib
type-bug
- 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 | 29466 |
|---|---|
| Nosy | @brettcannon, @ncoghlan, @diekhans, @avassalotti, @ericsnowcurrently, @serhiy-storchaka, @tjb900, @kakshay21, @iritkatriel |
| Files |
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 2017-02-06.18:36:36.651>
labels = ['type-bug', 'library', '3.11']
title = 'pickle does not serialize Exception __cause__ field'
updated_at = <Date 2022-01-06.16:21:58.240>
user = 'https://github.com/diekhans'
bugs.python.org fields:
activity = <Date 2022-01-06.16:21:58.240>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2017-02-06.18:36:36.651>
creator = 'diekhans'
dependencies = []
files = ['46550']
hgrepos = []
issue_num = 29466
keywords = []
message_count = 6.0
messages = ['287163', '287304', '335686', '396603', '396604', '409871']
nosy_count = 9.0
nosy_names = ['brett.cannon', 'ncoghlan', 'diekhans', 'alexandre.vassalotti', 'eric.snow', 'serhiy.storchaka', 'tjb900', 'kakshay', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue29466'
versions = ['Python 3.11']
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
Trước tiên, hãy chạy bản demo lỗi cause_pickle.py được liên kết, sau đó kiểm tra cách CPython xử lý trạng thái ngoại lệ và các bài kiểm thử hồi quy hiện có. Xác nhận hành vi mong đợi đối với một ngoại lệ có cause, bổ sung độ bao phủ cho việc tuần tự hóa và giải tuần tự hóa, đồng thời xác minh rằng nguyên nhân được giữ lại.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- backend
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 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
- 35/100