10000 gh-83076: 3.8x speed improvement in (Async)Mock instantiation by carljm · Pull Request #100252 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-83076: 3.8x speed improvement in (Async)Mock instantiation #100252

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 9 commits into from
Dec 23, 2022
Merged
Prev Previous commit
Next Next commit
Fix rst syntax in news blurb
  • Loading branch information
carljm committed Dec 14, 2022
commit 246772c2c4c6039c754eb1b452b17a1b3fc88e45
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Instantiation of `Mock()` and `AsyncMock()` is now 3.8x faster.
Instantiation of ``Mock()`` and ``AsyncMock()`` is now 3.8x faster.
0