-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe #116233
Conversation
hmm I will take a look, it actually callis |
Okay, I found my mistake.. let me fix. |
@colesbury Ready to be reviewed :) |
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.
LGTM, but I think it might be worth adding the x = []; x[:] = x
test case to list_tests.py
Ah, I missed it |
|
Unrelated to this change. |
list
objects thread-safe in--disable-gil
builds #112087