-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
[3.8] bpo-38122: minor fixes to AsyncMock spec handling (GH-16099). #16137
Conversation
…). (cherry picked from commit 14fd925) Co-authored-by: Michael Foord <voidspace@users.noreply.github.com>
Hi @voidspace There is problem with the #14700 because that one has not been backported to 3. and your code use |
@voidspace |
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.
LGTM
Seems this missed the RC build :( It more looks like a code refactor. If I understand it correctly in previous case there was list comprehension over arguments starting with "spec" to take first argument and perhaps depending on the order they are passed. Now with PR it checks for |
I worked on this issue in september but 3.8 has been released in october, do you think we could merge it into 3.8? |
@matrixise, should this change still be backported to 3.8? Thanks! |
@csabella for this PR, yep, I think we should backport it to 3.8. |
Sorry, closing this stale backport as 3.8 is closing to security fixes only mode. |
(cherry picked from commit 14fd925)
Co-authored-by: Michael Foord voidspace@users.noreply.github.com
https://bugs.python.org/issue38122