issues
search
erdewit
/
nest_asyncio
Patch asyncio to allow nested event loops
BSD 2-Clause "Simplified" License
709
stars
80
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`nest_asyncio` breaks `discord.py`
#90
ZachHandley
opened
9 months ago
0
Collision with AsyncIO
#89
doyled-it
closed
9 months ago
1
Add support for revert
#88
CharlieJiangXXX
opened
10 months ago
0
After `apply()` and `asyncio.run()`, Jupyter kernel cannot execute any code
#87
Chaoses-Ib
closed
10 months ago
7
How to share websocket context in quart?
#86
arpantechparticle
closed
1 year ago
0
Nested asyncio.run is parallel on first call but serial on second
#85
mhennin
closed
1 year ago
1
README.rst: update issue link
#84
5j9
closed
1 year ago
1
RFE: is it possible to start making github releases?🤔
#83
kloczek
closed
1 year ago
2
Add support for Python 3.12
#82
hugovk
closed
1 year ago
1
strange hanging behavior with `nest_asyncio` when used in combination with `concurrent.futures `ProcessPoolExecutor`
#81
dotsdl
closed
1 year ago
3
fix: preempt native tasks in _run_once
#80
charles-cooper
closed
10 months ago
3
asyncio.run: close loops if we created them
#79
minrk
closed
1 year ago
2
nest_asyncio.apply not working unless entire asyncio package is imported
#78
sha2fiddy
closed
1 year ago
1
nest_ayncio breaks tests under Python 3.10.9
#77
tammyalexandra
closed
1 year ago
2
Fix asyncio warnings emitted during pytest
#76
amosjyng
closed
1 year ago
7
Lost Logs
#75
joeyDIGs
closed
1 year ago
1
Execution of Unit Tests Dead Locked After Upgrade to Python 3.10.7
#74
silenum
closed
2 years ago
3
Release tag for v1.5.6
#73
boomanaiden154
closed
2 years ago
1
ThreadPoolExecutor issue
#72
douglas-raillard-arm
closed
2 years ago
8
RuntimeError: cannot enter context: <_contextvars.Context object at %> is already entered
#71
PerettoLucas
closed
2 years ago
1
DeprecationWarning on Python 3.10
#70
douglas-raillard-arm
closed
2 years ago
0
feature request: unapply
#69
hjalmarlucius
opened
2 years ago
1
Request stuck in ProcessPoolExecutor
#68
ObjatieGroba
closed
2 years ago
4
ENH: Use get_running_loop since get_event_loop is being deprecated
#67
cheginit
closed
2 years ago
2
nested tasks causing deadlock?
#66
Androidown
closed
2 years ago
1
1.5.1-1.5.4 is breaking vaex due to #61
#65
maartenbreddels
closed
1 year ago
3
1.5.2 and 1.5.3 broke some current_task detection
#64
euri10
closed
3 years ago
2
nest_asyncio broke something in nbclient
#63
qci-amos
closed
3 years ago
6
Can't patch loop of type <class 'NoneType'>
#62
adriangonz
closed
3 years ago
2
Create new event loop if there isn't one running
#61
FlyingSamson
closed
3 years ago
6
nest_asyncio.apply() to check for asyncio.AbstractEventLoop
#60
sylim2357
closed
3 years ago
1
AttributeError: module 'sys' has no attribute 'get_asyncgen_hooks'
#59
cortezzle
closed
3 years ago
0
tasks are not cancelled after ctrl-c
#58
qci-amos
closed
3 years ago
7
nest_asyncio silently breaks async loop exception handling?
#57
chriscline
opened
3 years ago
2
Python 3.10: test_two_run_until_completes_in_one_outer_loop test fails
#56
mgorny
closed
3 years ago
3
expand test matrix to windows, macos and pypy-37
#55
bollwyvl
closed
3 years ago
2
1.5.1: test is failing in project unit
#54
kloczek
closed
3 years ago
4
Can't patch loop of type <class 'uvloop.Loop'>
#53
sterben25
closed
3 years ago
0
RuntimeError: There is no current event loop in thread "worker 0"
#52
afarntrog
closed
3 years ago
2
Upstream contribution
#51
davidbrochart
opened
3 years ago
8
Version 1.5.0 broke my pytest
#50
BobCashStory
closed
3 years ago
4
Can't patch loop of type <class 'uvloop.Loop'>
#49
BobCashStory
closed
3 years ago
2
Add github-actions to run unit tests
#48
uriyyo
closed
3 years ago
1
Fix issue with ContextVar resetting
#47
uriyyo
closed
3 years ago
1
nest-asyncio fail to reset ContextVar
#46
uriyyo
closed
3 years ago
1
nest asyncio causing deadlock?
#45
dpatel20
closed
3 years ago
8
Re-entrant call waits until extra events are processed, could return sooner
#44
allComputableThings
closed
3 years ago
4
Infinite recursion when cancelling a task
#43
christian-oudard
closed
3 years ago
3
RuntimeError: Cannot close a running event loop
#42
do-me
closed
3 years ago
1
Fatal Python error: Cannot recover from stack overflow.
#41
0ihsan
closed
3 years ago
1
Next