Files
pallectrum/electrum
SomberNight d51f00e2a3 asyncio.wait_for() is too buggy. use util.wait_for2() instead
wasted some time because asyncio.wait_for() was suppressing cancellations. [0][1][2]
deja vu... [3]

Looks like this is finally getting fixed in cpython 3.12 [4]
So far away...
In attempt to avoid encountering this again, let's try using
asyncio.timeout in 3.11, which is how upstream reimplemented wait_for in 3.12 [4], and
aiorpcx.timeout_after in 3.8-3.10.

[0] https://github.com/python/cpython/issues/86296
[1] https://bugs.python.org/issue42130
[2] https://bugs.python.org/issue45098
[3] https://github.com/kyuupichan/aiorpcX/issues/44
[4] https://github.com/python/cpython/pull/98518
2023-08-04 18:18:21 +00:00
..
2023-08-03 17:21:08 +00:00
2023-06-01 22:59:40 +00:00
2023-05-25 17:39:48 +00:00
2023-06-28 16:49:28 +02:00
2023-05-25 17:39:48 +00:00
2023-04-24 12:58:01 +00:00
2023-04-24 12:58:01 +00:00
2023-05-16 10:06:55 +02:00
2023-04-24 12:58:01 +00:00
2023-06-24 13:00:15 +02:00
2023-05-25 17:39:48 +00:00
2023-07-11 12:51:37 +02:00
2023-04-24 12:58:26 +00:00
2023-04-19 22:31:08 +00:00
2023-04-24 12:58:01 +00:00
2023-05-25 17:39:48 +00:00
2023-06-24 12:56:55 +02:00
2023-06-28 16:49:28 +02:00