Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python-trio/trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
https://github.com/python-trio/trio-asyncio

Test failures with trio 0.27.0

mweinelt opened this issue 14 days ago
Release v0.15.0

oremanj opened this pull request 8 months ago
Finalize async generators in the correct context

oremanj opened this pull request 8 months ago
Fix spurious error when asyncio.run() task raises SystemExit

oremanj opened this pull request 8 months ago
Release v0.14.1

oremanj opened this pull request 8 months ago
[tests] support trio's new exception groups, bump min trio rev to 0.25.0

axiomiety opened this pull request 8 months ago
Properly support ExceptionGroup wrapping in trio 0.25.0+

oremanj opened this issue 8 months ago
pin trio to <0.25.0 due to breaking changes

axiomiety opened this pull request 8 months ago
_base.py: fix double acquire by TrioExecuto, issue #143

axiomiety opened this pull request 9 months ago
TrioExecutor double-acquires the limiter, which can deadlock

oremanj opened this issue 10 months ago
Release v0.14.0

oremanj opened this pull request 11 months ago
Use an infinite queue_len by default, and advise against reducing it

oremanj opened this pull request 11 months ago
Improve cancellation semantics for asyncio-to-Trio transitions

oremanj opened this pull request 11 months ago
Fix spew when event loop exception handler is invoked after loop closure

oremanj opened this pull request 11 months ago
Use greenlets rather than threads for sync loop

oremanj opened this pull request 11 months ago
Limited queue length causes internal errors with aiobotocore

DRMacIver opened this issue 11 months ago
trio-asyncio should use Trio guest mode if asyncio starts first

oremanj opened this issue 12 months ago
Importing trio-asyncio from within IPython crashes IPython

DRMacIver opened this issue 12 months ago
Retire pytest-runner

alucryd opened this issue 12 months ago
Raising trio.WouldBlock from within task creation

DRMacIver opened this issue about 1 year ago
Release v0.13.0

oremanj opened this pull request about 1 year ago
Fix potential deadlock if open_loop() is cancelled

oremanj opened this pull request about 1 year ago
pypy3.10 testsuite doesn't work

oremanj opened this issue about 1 year ago
Further tweaks for Python version bump

oremanj opened this pull request about 1 year ago
Drop 3.7, add full testing on 3.12

oremanj opened this pull request about 1 year ago
Modernize sniffio integration

oremanj opened this pull request about 1 year ago
Problems with `create_task` and shielding

thearchitector opened this issue over 1 year ago
Modernize and fix CI

oremanj opened this pull request over 1 year ago
TestMisc.test_run_task fails on python 3.11

mweinelt opened this issue over 1 year ago
MultiError deprecation warnings from trio

Redoubts opened this issue almost 2 years ago
trio_asyncio.open_loop() Causes an error when you call it again

ll2pakll opened this issue about 2 years ago
`TrioExecutor` acquires the capacity limiter too many times.

1ekf opened this issue about 2 years ago
trio_asyncio shielding cancellation causes errors to be silenced.

elektito opened this issue over 2 years ago
fix thsi docstring typo

graingert opened this pull request almost 3 years ago
Pass loop argument to Future()

smurfix opened this pull request almost 3 years ago
Test failing on Python 3.10

fabaff opened this issue almost 3 years ago
wrapping async contextmanager functions in a "yield safe" way

graingert opened this issue over 3 years ago
(docs) update README.rst

vladdoster opened this pull request almost 4 years ago
Cancel and join asyncio tasks when exiting an open_loop() block

oremanj opened this pull request almost 4 years ago
Fix typo

ehdgua01 opened this pull request almost 4 years ago
Update dependencies

dhirschfeld opened this pull request almost 4 years ago
Missing `sniffio` dependency?

dhirschfeld opened this issue almost 4 years ago
Deadlock on exception in call_later callback, during sleeping

shamrin opened this issue almost 4 years ago
Intermittent deadlock in test_misc.test_cancel_sleep (macOS only?)

shamrin opened this issue almost 4 years ago
Improve docs CI

oremanj opened this pull request almost 4 years ago
Include tests in sdist, but not wheel

oremanj opened this pull request almost 4 years ago
Move CI to Github Actions

oremanj opened this pull request almost 4 years ago
Fix asyncio.get_running_loop() monkey-patching (#83)

niklasf opened this pull request almost 4 years ago
`TrioEventLoop` doesn't support `subprocess_exec`

ZeeD opened this issue almost 4 years ago
Cancel trio_as_aio tasks before stopping the trio-asyncio loop

oremanj opened this pull request almost 4 years ago
Intermittent test_cancel_loop failure

shamrin opened this issue almost 4 years ago
Release 0.12.0

shamrin opened this pull request almost 4 years ago
Time for a new trio-asyncio release?

shamrin opened this issue almost 4 years ago
Arbitrate between asyncio and Trio async generator hooks

oremanj opened this issue almost 4 years ago
open_loop() doesn't close properly when cancelled from trio

vcalvert opened this issue over 4 years ago
Deadlock on KeyboardInterrupt in asyncio context

ghost opened this issue over 4 years ago
Updates for Trio 0.15

pquentin opened this pull request over 4 years ago
Switch from trio.hazmat to trio.lowlevel

pquentin opened this pull request over 4 years ago
add_signal_handler should raise NotImplementedError on Windows

pquentin opened this issue over 4 years ago
Using trio-asyncio with FastAPI

pquentin opened this issue over 4 years ago
Monkeypatching of loop functions doesn't cover all cases

oremanj opened this issue over 4 years ago
Changes for Trio 0.15

smurfix opened this pull request over 4 years ago
Streamline handling of async loop exit

oremanj opened this pull request over 4 years ago
codecov no longer uses Windows coverage reports

pquentin opened this issue over 4 years ago
Update MANIFEST.in to include project metadata

oremanj opened this pull request over 4 years ago
Set up dependabot

oremanj opened this issue over 4 years ago
Work around deprecation warning on pytest 5.4+

oremanj opened this pull request over 4 years ago
Clean up handling of Handles

oremanj opened this pull request over 4 years ago
LICENSE.MIT file now missing from tarball on PyPI

scopatz opened this issue almost 5 years ago
release v0.11.0 on PyPI

ghost opened this issue almost 5 years ago
Bump version to 0.11.0+dev post release

oremanj opened this pull request almost 5 years ago
Release v0.11.0

oremanj opened this pull request almost 5 years ago
Missing bits from #69

oremanj opened this pull request almost 5 years ago
Remove invalid escape sequences from docstrings

ghost opened this pull request almost 5 years ago
Clean up public API surface

oremanj opened this pull request almost 5 years ago
Bring trio-asyncio into the next decade

oremanj opened this pull request almost 5 years ago
[WIP] Clean up public API surface

oremanj opened this pull request almost 5 years ago
Clean up public API surface

oremanj opened this issue almost 5 years ago
Maybe a problem with trio-asyncio & python 3.8

OliverTED opened this issue about 5 years ago
Can't get examples to work

ronf opened this issue about 5 years ago
`trio.Event.clear()` is deprecated

mehaase opened this issue over 5 years ago
Allow multiple calls to loop.stop

tjstum opened this pull request over 5 years ago
Release v0.10.1

ProvoK opened this pull request over 5 years ago
Manually calling loop.stop causes deadlock

tjstum opened this issue over 5 years ago
run function does not return value

lordi opened this issue over 5 years ago
Error leaving open_loop() with background Trio sandwich running

oremanj opened this issue over 5 years ago