8000 bpo-45156: fixes inifite loop on `mock.seal()` by sobolevn · Pull Request #28300 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
merged 7 commits into from
Sep 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading

Uh oh!

There was an error while loading. Please reload this page.

Diff view
Diff view
Prev Previous commit
Fixes typo
  • Loading branch information
sobolevn authored Sep 13, 2021
commit b15624826b4ccf31a2804c21131137826d7a3913
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fixes infinite loop on :func:`unittest.mock.seal` of mocks created by
:func:`~unittest. create_autospec `.
:func:`~unittest.create_autospec`.
0