8000 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
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Dec 14, 2022
commit 7a30565c2d70f45f7032a27ff7eb8b4641798d3a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Instantiation of `Mock()` and `AsyncMock()` is now 3.8x faster.
0