feat: Activate sqlite blocking detection again (#5203)
Activate sqlite blocking detection again
This commit is contained in:
parent
5c334a74b3
commit
624fa71709
1 changed files with 0 additions and 4 deletions
|
|
@ -59,10 +59,6 @@ def blockbuster(request):
|
|||
"io.TextIOWrapper.read",
|
||||
]:
|
||||
bb.functions[func].can_block_functions.append(("importlib_metadata/__init__.py", {"metadata"}))
|
||||
|
||||
for func in bb.functions:
|
||||
if func.startswith("sqlite3."):
|
||||
bb.functions[func].deactivate()
|
||||
yield bb
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue