gh-110964: clinic: pass clinic argument to bad_argument() - #110984
gh-110964: clinic: pass clinic argument to bad_argument()#110984vstinner wants to merge 1 commit into
Conversation
|
cc @AlexWaygood |
|
Please give me some time to look at this! :-) |
|
"Check if generated files are up to date (pull_request)" failure looks unrelated: |
Don't rely on the global 'clinic' argument: pass explicitly a 'clinic' argument.
b62fdc2 to
26db3ea
Compare
|
I rebased my PR on the main branch to try to fix the "Check if generated files are up to date" job failure. |
Mmmmh, so do you need more time to review? |
|
Well, since @AlexWaygood is not available for review, i think that i will just merge my change next days. |
|
Thanks for waiting, sorry for the slow response from me! I wanted to take the time to think about this properly, but haven't had a chance recently due to being busy at work, and it's unlikely that I'll have the time in the next week either. My instinct is that there should be a simpler solution here that involves fewer changes, but if you feel like there's a rush to get this merged for whatever reason, then please go ahead. I agree I've kept you waiting for a while :-) |

Don't rely on the global 'clinic' argument: pass explicitly a 'clinic' argument.