Skip to content

[3.10] bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) #28326

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

Merged
merged 1 commit into from
Sep 14, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 14, 2021

Fixes infinite loop on unittest.mock.seal() of mocks created by
unittest.create_autospec().

Co-authored-by: Dong-hee Na donghee.na92@gmail.com
(cherry picked from commit 7f60c9e)

Co-authored-by: Nikita Sobolev mail@sobolevn.me

https://bugs.python.org/issue45156

Fixes infinite loop on unittest.mock.seal() of mocks created by
unittest.create_autospec().

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
(cherry picked from commit 7f60c9e)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@miss-islington
Copy link
Contributor Author

@sobolevn and @vstinner: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@sobolevn and @vstinner: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@sobolevn and @vstinner: Status check is done, and it's a success ✅ .

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@vstinner vstinner merged commit fd74d26 into python:3.10 Sep 14, 2021
@miss-islington miss-islington deleted the backport-7f60c9e-3.10 branch September 14, 2021 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants