mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
* bpo-31970: Reduce performance overhead of asyncio debug mode.
This commit is contained in:
parent
1e5d54cfa0
commit
921e9432a1
7 changed files with 38 additions and 6 deletions
|
@ -1981,7 +1981,7 @@ class BaseTaskTests:
|
|||
|
||||
regex = (r'^<CoroWrapper %s\(?\)? .* at %s:%s, .*> '
|
||||
r'was never yielded from\n'
|
||||
r'Coroutine object created at \(most recent call last\):\n'
|
||||
r'Coroutine object created at \(most recent call last, truncated to \d+ last lines\):\n'
|
||||
r'.*\n'
|
||||
r' File "%s", line %s, in test_coroutine_never_yielded\n'
|
||||
r' coro_noop\(\)$'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue