Skip to content

Commit 7400379

Browse files
authored
disable aiodns, fix futex deadlocks
The locks created by `pycares`'s lingering threads would conflict with the locks created during JS JIT/GC in a rare condition.
1 parent 52a643b commit 7400379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include = [
3737
[tool.poetry.dependencies]
3838
python = "^3.8"
3939
pyreadline3 = { version = "^3.4.1", platform = "win32" }
40-
aiohttp = { version = "^3.9.5", extras = ["speedups"] }
40+
aiohttp = { version = "^3.9.5" }
4141
pminit = { version = ">=0.4.0", allow-prereleases = true }
4242

4343

@@ -83,4 +83,4 @@ ignore="E111,E114,E121" # allow 2-space indents
8383
verbose=true
8484
indent-size=2
8585
aggressive=3
86-
exit-code=true
86+
exit-code=true

0 commit comments

Comments
 (0)