diff options
author | Carl Meyer <carl@oddbird.net> | 2022-12-23 19:41:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 19:41:37 (GMT) |
commit | c5726b727e26b81a267933654cf26b760a90d9aa (patch) | |
tree | a30c81c9fd052e6e8081c28cdd787ea6d4402a7b /Misc | |
parent | a98d9ea56e7b473af54438ecc487a6bf1b4d6530 (diff) | |
download | cpython-c5726b727e26b81a267933654cf26b760a90d9aa.zip cpython-c5726b727e26b81a267933654cf26b760a90d9aa.tar.gz cpython-c5726b727e26b81a267933654cf26b760a90d9aa.tar.bz2 |
gh-83076: 3.8x speed improvement in (Async)Mock instantiation (#100252)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-12-14-17-37-01.gh-issue-83076.NaYzWT.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-12-14-17-37-01.gh-issue-83076.NaYzWT.rst b/Misc/NEWS.d/next/Library/2022-12-14-17-37-01.gh-issue-83076.NaYzWT.rst new file mode 100644 index 0000000..a4984e6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-12-14-17-37-01.gh-issue-83076.NaYzWT.rst @@ -0,0 +1 @@ +Instantiation of ``Mock()`` and ``AsyncMock()`` is now 3.8x faster. |