Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / python-trio/trio-asyncio issues and pull requests

#151 - Release v0.15.0

Pull Request - State: closed - Opened by oremanj 2 months ago

#150 - Finalize async generators in the correct context

Pull Request - State: closed - Opened by oremanj 2 months ago

#149 - Fix spurious error when asyncio.run() task raises SystemExit

Pull Request - State: closed - Opened by oremanj 2 months ago

#148 - Release v0.14.1

Pull Request - State: closed - Opened by oremanj 2 months ago

#147 - [tests] support trio's new exception groups, bump min trio rev to 0.25.0

Pull Request - State: closed - Opened by axiomiety 2 months ago - 1 comment

#146 - Properly support ExceptionGroup wrapping in trio 0.25.0+

Issue - State: closed - Opened by oremanj 2 months ago

#145 - pin trio to <0.25.0 due to breaking changes

Pull Request - State: closed - Opened by axiomiety 2 months ago - 1 comment

#144 - _base.py: fix double acquire by TrioExecuto, issue #143

Pull Request - State: closed - Opened by axiomiety 3 months ago - 1 comment

#142 - Release v0.14.0

Pull Request - State: closed - Opened by oremanj 5 months ago

#140 - Improve cancellation semantics for asyncio-to-Trio transitions

Pull Request - State: closed - Opened by oremanj 5 months ago

#137 - Use greenlets rather than threads for sync loop

Pull Request - State: closed - Opened by oremanj 5 months ago - 2 comments

#136 - Limited queue length causes internal errors with aiobotocore

Issue - State: open - Opened by DRMacIver 5 months ago - 1 comment

#133 - trio-asyncio should use Trio guest mode if asyncio starts first

Issue - State: open - Opened by oremanj 6 months ago - 7 comments

#132 - Importing trio-asyncio from within IPython crashes IPython

Issue - State: closed - Opened by DRMacIver 6 months ago - 2 comments

#131 - Retire pytest-runner

Issue - State: open - Opened by alucryd 6 months ago

#130 - Raising trio.WouldBlock from within task creation

Issue - State: closed - Opened by DRMacIver 6 months ago - 1 comment

#129 - Release v0.13.0

Pull Request - State: closed - Opened by oremanj 7 months ago

#128 - Fix potential deadlock if open_loop() is cancelled

Pull Request - State: closed - Opened by oremanj 7 months ago - 1 comment

#127 - pypy3.10 testsuite doesn't work

Issue - State: open - Opened by oremanj 8 months ago

#126 - Further tweaks for Python version bump

Pull Request - State: closed - Opened by oremanj 8 months ago - 2 comments

#125 - Drop 3.7, add full testing on 3.12

Pull Request - State: closed - Opened by oremanj 8 months ago

#124 - Modernize sniffio integration

Pull Request - State: closed - Opened by oremanj 8 months ago - 2 comments

#122 - Problems with `create_task` and shielding

Issue - State: closed - Opened by thearchitector 11 months ago - 4 comments

#121 - Modernize and fix CI

Pull Request - State: closed - Opened by oremanj 12 months ago - 4 comments

#120 - TestMisc.test_run_task fails on python 3.11

Issue - State: closed - Opened by mweinelt about 1 year ago - 1 comment

#119 - MultiError deprecation warnings from trio

Issue - State: open - Opened by Redoubts over 1 year ago

#119 - MultiError deprecation warnings from trio

Issue - State: closed - Opened by Redoubts over 1 year ago

#117 - trio_asyncio.open_loop() Causes an error when you call it again

Issue - State: closed - Opened by ll2pakll over 1 year ago - 1 comment

#116 - `TrioExecutor` acquires the capacity limiter too many times.

Issue - State: open - Opened by 1ekf over 1 year ago - 1 comment

#115 - trio_asyncio shielding cancellation causes errors to be silenced.

Issue - State: closed - Opened by elektito about 2 years ago - 2 comments

#114 - fix thsi docstring typo

Pull Request - State: open - Opened by graingert over 2 years ago - 1 comment

#114 - fix thsi docstring typo

Pull Request - State: closed - Opened by graingert over 2 years ago - 1 comment

#113 - Pass loop argument to Future()

Pull Request - State: open - Opened by smurfix over 2 years ago - 1 comment

#113 - Pass loop argument to Future()

Pull Request - State: closed - Opened by smurfix over 2 years ago - 2 comments

#112 - Test failing on Python 3.10

Issue - State: open - Opened by fabaff over 2 years ago - 1 comment

#112 - Test failing on Python 3.10

Issue - State: closed - Opened by fabaff over 2 years ago - 1 comment

#111 - wrapping async contextmanager functions in a "yield safe" way

Issue - State: open - Opened by graingert almost 3 years ago - 1 comment

#110 - AttributeError: 'NoneType' object has no attribute 'run_aio_coroutine'

Issue - State: closed - Opened by mozesa over 3 years ago - 6 comments

#109 - (docs) update README.rst

Pull Request - State: closed - Opened by vladdoster over 3 years ago - 1 comment

#109 - (docs) update README.rst

Pull Request - State: closed - Opened by vladdoster over 3 years ago - 1 comment

#108 - Cancel and join asyncio tasks when exiting an open_loop() block

Pull Request - State: closed - Opened by oremanj over 3 years ago - 1 comment

#108 - Cancel and join asyncio tasks when exiting an open_loop() block

Pull Request - State: closed - Opened by oremanj over 3 years ago - 1 comment

#107 - Fix typo

Pull Request - State: closed - Opened by ehdgua01 over 3 years ago - 2 comments

#107 - Fix typo

Pull Request - State: closed - Opened by ehdgua01 over 3 years ago - 2 comments

#106 - Update dependencies

Pull Request - State: closed - Opened by dhirschfeld over 3 years ago - 1 comment

#105 - Missing `sniffio` dependency?

Issue - State: closed - Opened by dhirschfeld over 3 years ago - 1 comment
Labels: good first issue

#105 - Missing `sniffio` dependency?

Issue - State: closed - Opened by dhirschfeld over 3 years ago - 1 comment
Labels: good first issue

#102 - Improve docs CI

Pull Request - State: closed - Opened by oremanj over 3 years ago - 1 comment

#102 - Improve docs CI

Pull Request - State: closed - Opened by oremanj over 3 years ago - 1 comment

#101 - Include tests in sdist, but not wheel

Pull Request - State: closed - Opened by oremanj over 3 years ago - 2 comments

#100 - Move CI to Github Actions

Pull Request - State: closed - Opened by oremanj over 3 years ago - 1 comment

#99 - Fix asyncio.get_running_loop() monkey-patching (#83)

Pull Request - State: closed - Opened by niklasf over 3 years ago - 5 comments

#99 - Fix asyncio.get_running_loop() monkey-patching (#83)

Pull Request - State: closed - Opened by niklasf over 3 years ago - 5 comments

#98 - Use public .is_closed() instead of private ._check_closed() from asyncio

Issue - State: open - Opened by shamrin over 3 years ago
Labels: good first issue

#98 - Use public .is_closed() instead of private ._check_closed() from asyncio

Issue - State: open - Opened by shamrin over 3 years ago
Labels: good first issue

#97 - `TrioEventLoop` doesn't support `subprocess_exec`

Issue - State: open - Opened by ZeeD over 3 years ago - 9 comments

#97 - `TrioEventLoop` doesn't support `subprocess_exec`

Issue - State: open - Opened by ZeeD over 3 years ago - 9 comments

#96 - Cancel trio_as_aio tasks before stopping the trio-asyncio loop

Pull Request - State: closed - Opened by oremanj over 3 years ago - 2 comments

#95 - Intermittent test_cancel_loop failure

Issue - State: closed - Opened by shamrin over 3 years ago

#94 - Release 0.12.0

Pull Request - State: closed - Opened by shamrin over 3 years ago - 9 comments

#94 - Release 0.12.0

Pull Request - State: closed - Opened by shamrin over 3 years ago - 9 comments

#93 - Time for a new trio-asyncio release?

Issue - State: closed - Opened by shamrin over 3 years ago

#93 - Time for a new trio-asyncio release?

Issue - State: closed - Opened by shamrin over 3 years ago

#92 - Arbitrate between asyncio and Trio async generator hooks

Issue - State: closed - Opened by oremanj over 3 years ago

#92 - Arbitrate between asyncio and Trio async generator hooks

Issue - State: open - Opened by oremanj over 3 years ago

#89 - open_loop() doesn't close properly when cancelled from trio

Issue - State: closed - Opened by vcalvert almost 4 years ago

#88 - Deadlock on KeyboardInterrupt in asyncio context

Issue - State: open - Opened by ghost almost 4 years ago

#87 - Updates for Trio 0.15

Pull Request - State: closed - Opened by pquentin about 4 years ago - 4 comments

#86 - Switch from trio.hazmat to trio.lowlevel

Pull Request - State: closed - Opened by pquentin about 4 years ago - 1 comment

#85 - add_signal_handler should raise NotImplementedError on Windows

Issue - State: open - Opened by pquentin about 4 years ago - 3 comments

#84 - Using trio-asyncio with FastAPI

Issue - State: closed - Opened by pquentin about 4 years ago - 2 comments

#84 - Using trio-asyncio with FastAPI

Issue - State: closed - Opened by pquentin about 4 years ago - 2 comments

#83 - Monkeypatching of loop functions doesn't cover all cases

Issue - State: open - Opened by oremanj about 4 years ago

#83 - Monkeypatching of loop functions doesn't cover all cases

Issue - State: open - Opened by oremanj about 4 years ago

#82 - Changes for Trio 0.15

Pull Request - State: closed - Opened by smurfix about 4 years ago

#81 - Streamline handling of async loop exit

Pull Request - State: closed - Opened by oremanj about 4 years ago - 1 comment

#80 - codecov no longer uses Windows coverage reports

Issue - State: open - Opened by pquentin about 4 years ago

#80 - codecov no longer uses Windows coverage reports

Issue - State: open - Opened by pquentin about 4 years ago

#79 - Update MANIFEST.in to include project metadata

Pull Request - State: closed - Opened by oremanj about 4 years ago - 1 comment

#79 - Update MANIFEST.in to include project metadata

Pull Request - State: closed - Opened by oremanj about 4 years ago - 1 comment

#78 - Set up dependabot

Issue - State: open - Opened by oremanj about 4 years ago

#78 - Set up dependabot

Issue - State: open - Opened by oremanj about 4 years ago

#77 - Work around deprecation warning on pytest 5.4+

Pull Request - State: closed - Opened by oremanj about 4 years ago - 1 comment

#77 - Work around deprecation warning on pytest 5.4+

Pull Request - State: closed - Opened by oremanj about 4 years ago - 1 comment