-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-45156: fixes inifite loop on mock.seal()
#28300
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
Conversation
cc @mariocj89 |
Misc/NEWS.d/next/Tests/2021-09-13-00-28-17.bpo-45156.8oomV3.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Tests/2021-09-13-00-28-17.bpo-45156.8oomV3.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Dong-hee Na <[email protected]>
Co-authored-by: Dong-hee Na <[email protected]>
Co-authored-by: Dong-hee Na <[email protected]>
@corona10 fixed! Thanks a lot for your help! |
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.
Thanks for submitting this!
GH-28326 is a backport of this pull request to the 3.10 branch. |
Fixes infinite loop on unittest.mock.seal() of mocks created by unittest.create_autospec(). Co-authored-by: Dong-hee Na <[email protected]> (cherry picked from commit 7f60c9e) Co-authored-by: Nikita Sobolev <[email protected]>
GH-28327 is a backport of this pull request to the 3.9 branch. |
Fixes infinite loop on unittest.mock.seal() of mocks created by unittest.create_autospec(). Co-authored-by: Dong-hee Na <[email protected]> (cherry picked from commit 7f60c9e) Co-authored-by: Nikita Sobolev <[email protected]>
Thanks @sobolevn for the fix. I trust @mariocj89 for the review, so I merged the PR ;-) |
Thanks everyone! |
Fixes infinite loop on unittest.mock.seal() of mocks created by unittest.create_autospec(). Co-authored-by: Dong-hee Na <[email protected]> (cherry picked from commit 7f60c9e) Co-authored-by: Nikita Sobolev <[email protected]>
…28326) Fixes infinite loop on unittest.mock.seal() of mocks created by unittest.create_autospec(). Co-authored-by: Dong-hee Na <[email protected]> (cherry picked from commit 7f60c9e) Co-authored-by: Nikita Sobolev <[email protected]>
https://bugs.python.org/issue45156