commit | fd74d2680ef96c0140bc02cf94d1cf1f2ef814c2 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 14 04:00:16 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 14 13:00:16 2021 +0200 |
tree | 671b720c1e32784604054cd8266820425fac073a | |
parent | a390bb6d66027517498e75b6b91a91be5f136d28 [diff] |
bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) (GH-28326) 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 7f60c9e1c6e22cc0e846a872c318570926cd3094) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>