Multiprocessing shared_memory ValueError on race with ShareableList
Đang mở
Chưa có ai nhận issue này.
3.8 (EOL)
3.9 (EOL)
topic-multiprocessing
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 | 37652 |
|---|---|
| Nosy | @pitrou, @applio, @bensimner, @pierreglaser, @mental32 |
| 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 2019-07-22.15:13:18.222>
labels = ['type-bug', '3.8', '3.9']
title = 'Multiprocessing shared_memory ValueError on race with ShareableList'
updated_at = <Date 2019-09-11.17:44:09.596>
user = 'https://github.com/bensimner'
bugs.python.org fields:
activity = <Date 2019-09-11.17:44:09.596>
actor = 'davin'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2019-07-22.15:13:18.222>
creator = 'bjs'
dependencies = []
files = ['48496']
hgrepos = []
issue_num = 37652
keywords = []
message_count = 9.0
messages = ['348299', '348443', '348449', '348487', '348536', '348604', '348606', '351998', '352001']
nosy_count = 5.0
nosy_names = ['pitrou', 'davin', 'bjs', 'pierreglaser', 'mental']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue37652'
versions = ['Python 3.8', '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 với tệp test.py được liên kết và hành vi của multiprocessing shared_memory và ShareableList được mô tả trong issue. Tái hiện race condition giữa việc truy cập bộ nhớ dùng chung và quá trình dọn dẹp ShareableList, sau đó kiểm tra các bài kiểm thử và phần triển khai multiprocessing liên quan. Được xem là hoàn tất khi race condition không còn tạo ra ValueError đã được báo cáo.
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
- distributed-systems
- 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