-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
GH-132775: Fix argument parsing for _interpqueues.put()
#137686
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
base: main
Are you sure you want to change the base?
Conversation
Just be sure I understood, the problem is that the arg spec for I'm pretty sure the FWIW, at the time, with the feature freeze at hand, I didn't worry about ironing out little API quirks (e.g. placeholder args) in the low-level module. It isn't exposed to users, right? Footnotes
|
To be clear, I left room for other "fallback" options later, rather than it being a definite binary choice. Sorry that wasn't more clear. Then again, that decision was probably a premature accommodation for a possible future. I figure it doesn't matter much though. |
This comment was marked as resolved.
This comment was marked as resolved.
Yes, specifically that the format spec for
I've updated the PR. I don't think we need the test anymore given this is the current behaviour -- we are just removing the errant
Definitely the correct choice. A |
Bug introduced in #134440, cc @serhiy-storchaka @ericsnowcurrently. Also xref gh-137685.
A