-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-38169: Increase code coverage for SharedMemory and ShareableList #16139
Conversation
2ae487a
to
0e2c856
Compare
Hi @applio , Could you please review this ? |
Hi @applio , Could you please review this. |
HI, @applio , Can you please review this ? |
@tiran , Could you please review this ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am okay with all changes.
But please separate this PR into 2 PRs
- PR for Increasing code coverage
- Create a new issue for raising ValueError and create a new PR for this. (Please ping me this.)
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
0e2c856
to
38f837e
Compare
I have made the requested changes; please review again |
Thanks for making the requested changes! @corona10: please review the changes made to this pull request. |
Increase Code Coverage, and add check in SharedMemory when user wants to create shm with size 0, to throw ValueError.
https://bugs.python.org/issue38169