Uh oh!
There was an error while loading. Please reload this page.
gh-94808: add tests covering PyFunction_{Get,Set}Closure - #99429
Conversation
| Py_INCREF(closure); | ||
| return closure; |
There was a problem hiding this comment.
| Py_INCREF(closure); | |
| returnclosure; | |
| returnPy_NewRef(closure); |
kumaraditya303
left a comment
There was a problem hiding this comment.
This has merge conflicts now.
bedevere-bot
commented
Nov 26, 2022
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 |
encukou
commented
Mar 19, 2024
After a year, I took the liberty of updating to the current main branch, and fixed two nitpicks. |
gvanrossum
commented
Mar 19, 2024
Sorry about that. Go ahead and merge! |
sobolevn
commented
Mar 19, 2024
@encukou thanks a lot for your help! I forgot about this PR a long time ago :) |
encukou
commented
Mar 20, 2024
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. |
It was like this:

Now all branches are covered.