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
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Tests/2021-09-13-00-28-17.bpo-45156.8oomV3.rst
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
  • Loading branch information
sobolevn and corona10 authored Sep 13, 2021
commit 8238aec4acd824a49016adb00c31de08c9a34efe
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fixes infinite loop on ``unittest.seal()`` of mocks created by
Fixes infinite loop on :func:`unittest.mock.seal` of mocks created by
:func:`~unittest. create_autospec `.
0