-
Notifications
You must be signed in to change notification settings - Fork 784
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
Do not apply deferred ref count updates and prevent the GIL from being acquired inside of __traverse__ implementations. #3168
Conversation
3ee383e
to
d6fb513
Compare
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.
Nice, yes I'm happy with things going in this direction. I added #2301 to the "closes" section in your OP.
I had quite a few tangential thoughts as I read through this one...
0ab1365
to
89a6c43
Compare
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.
Looks great to me, thanks!
I see you have linked this to #3064, it's not quite clear to me why?
Build failed: |
…g acquired inside of implementations.
… output is not stable between MSRV and current stable.
89a6c43
to
08bdc32
Compare
So this was hit by the same problem that #3171 is trying to fix. I just moved the test case to the 1.63 section for now. bors retry |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Closes #2301
Closes #3165