Sorry, something went wrong.
| Py_INCREF(closure); | ||
| return closure; |
There was a problem hiding this comment.
| Py_INCREF(closure); | |
| return closure; | |
| return Py_NewRef(closure); |
Sorry, something went wrong.
There was a problem hiding this comment.
This has merge conflicts now.
Sorry, something went wrong.
|
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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request. |
Sorry, something went wrong.
|
After a year, I took the liberty of updating to the current main branch, and fixed two nitpicks. |
Sorry, something went wrong.
|
Sorry about that. Go ahead and merge! |
Sorry, something went wrong.
|
@encukou thanks a lot for your help! I forgot about this PR a long time ago :) |
Sorry, something went wrong.
|
No problem, happy to help :) Usually we backport test changes to reduce future conflicts, but since this already causes conflicts in 3.12, I'll skip the backport here. |
Sorry, something went wrong.
It was like this:
Now all branches are covered.