Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / python-trio/trio issues and pull requests
#1946 - CI: fetch Proxifier LSP from a source we control
Pull Request -
State: open - Opened by belm0 over 3 years ago
- 2 comments
#1914 - Added the "compact" keyword argument to TracebackException.__init__()
Pull Request -
State: closed - Opened by agronholm over 3 years ago
- 4 comments
#1873 - Merge type stubs
Pull Request -
State: closed - Opened by altendky almost 4 years ago
- 2 comments
#1834 - Pool WaitForSingleObject calls into minimal threads
Pull Request -
State: closed - Opened by richardsheridan almost 4 years ago
- 7 comments
#1784 - implement StapledMemoryChannel
Pull Request -
State: open - Opened by belm0 about 4 years ago
- 5 comments
#1782 - Use Windows message-oriented pipes to create Channels
Pull Request -
State: closed - Opened by richardsheridan about 4 years ago
- 3 comments
#1771 - open_memory_channel(): return a named tuple
Pull Request -
State: open - Opened by belm0 about 4 years ago
- 16 comments
#1767 - TrioInternalError while using a PipeReceiveStream
Issue -
State: closed - Opened by richardsheridan about 4 years ago
- 6 comments
#1707 - Using one process's output as another's input creates challenges with non-blocking status
Issue -
State: open - Opened by mic006 about 4 years ago
- 11 comments
Labels: subprocesses
#1697 - add .envrc and shell.nix for direnv+Nix-based development
Pull Request -
State: open - Opened by catern about 4 years ago
- 1 comment
#1697 - add .envrc and shell.nix for direnv+Nix-based development
Pull Request -
State: open - Opened by catern about 4 years ago
- 1 comment
#1696 - Nursery: don't act as a checkpoint when not running anything
Pull Request -
State: closed - Opened by catern about 4 years ago
- 8 comments
#1652 - Inside-out guest mode
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 6 comments
#1600 - Deprecate support for multiple tasks in the private old_nursery used by start()
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 4 comments
#1555 - In run_process moved deliver_cancel exception handling to the caller code
Pull Request -
State: open - Opened by guilledk over 4 years ago
- 3 comments
#1555 - In run_process moved deliver_cancel exception handling to the caller code
Pull Request -
State: open - Opened by guilledk over 4 years ago
- 3 comments
#1555 - In run_process moved deliver_cancel exception handling to the caller code
Pull Request -
State: open - Opened by guilledk over 4 years ago
- 3 comments
#1553 - Trio and PyCharm fighting over sys.excepthook
Issue -
State: closed - Opened by ernestum over 4 years ago
- 12 comments
Labels: exception handling
#1543 - Add the concept of a tree variable (TreeVar)
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 1 comment
#1543 - Add the concept of a tree variable (TreeVar)
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 1 comment
#1543 - Add the concept of a tree variable (TreeVar)
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 1 comment
#1543 - Add the concept of a tree variable (TreeVar)
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 1 comment
#1537 - Raise deferred KeyboardInterrupt out of run() after cancelling all tasks
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 6 comments
#1537 - Raise deferred KeyboardInterrupt out of run() after cancelling all tasks
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 6 comments
#1537 - Raise deferred KeyboardInterrupt out of run() after cancelling all tasks
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 6 comments
#1537 - Raise deferred KeyboardInterrupt out of run() after cancelling all tasks
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 6 comments
#1532 - In run_process, what should happen if the deliver_cancel function raises an exception?
Issue -
State: open - Opened by njsmith over 4 years ago
- 7 comments
Labels: subprocesses
#1523 - Idea: TreeVar (context variables that follow stack discipline)
Issue -
State: open - Opened by oremanj over 4 years ago
- 19 comments
Labels: design discussion
#1522 - Enable hoverxref in Trio docs
Issue -
State: closed - Opened by njsmith over 4 years ago
- 2 comments
Labels: good first issue
#1508 - Track KeyboardInterrupt protection per code object
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 3 comments
#1508 - Track KeyboardInterrupt protection per code object
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 3 comments
#1508 - Track KeyboardInterrupt protection per code object
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 3 comments
#1508 - Track KeyboardInterrupt protection per code object
Pull Request -
State: open - Opened by oremanj over 4 years ago
- 3 comments
#1493 - Returning a value from inside a nursery block behaves counterintuitively
Issue -
State: open - Opened by oremanj over 4 years ago
- 4 comments
Labels: user happiness, docs
#1457 - A nursery might inject a Cancelled even when none of the tasks received a Cancelled
Issue -
State: closed - Opened by vxgmichel over 4 years ago
- 15 comments
Labels: cancellation
#1443 - TrioInternalError yielding out of an async generator that has opened a nursery
Issue -
State: closed - Opened by Contextualist over 4 years ago
- 2 comments
#1439 - How to get "trio token" for trio.to_thread.run_sync?
Issue -
State: closed - Opened by Nikratio over 4 years ago
- 4 comments
Labels: good first issue, docs
#1437 - Solaris support
Issue -
State: open - Opened by jcea over 4 years ago
- 7 comments
Labels: low-level
#1434 - trio.Barrier synchronization promitive
Issue -
State: closed - Opened by ntninja over 4 years ago
- 3 comments
#1433 - RFC: UNIX server sockets
Pull Request -
State: open - Opened by Tronic over 4 years ago
- 4 comments
#1431 - Consider the behavior of nursery.start when the target nursery is cancelled
Issue -
State: open - Opened by njsmith over 4 years ago
- 2 comments
Labels: cancellation
#1360 - Provide "python -m trio" to drop into trio based REPL
Issue -
State: closed - Opened by decentral1se almost 5 years ago
- 6 comments
Labels: user happiness, debugging
#1317 - Add a "nursery_end" instrumentation.
Pull Request -
State: open - Opened by smurfix almost 5 years ago
- 7 comments
#1282 - Issue #26 add missing documentation
Pull Request -
State: open - Opened by jmfrank63 about 5 years ago
- 1 comment
#1281 - Issue #1246 change docs to sigterm
Pull Request -
State: open - Opened by jmfrank63 about 5 years ago
- 6 comments
#1249 - trio.socket.getaddrinfo may invoke a worker thread when it doesn't need to
Issue -
State: open - Opened by zackw about 5 years ago
- 3 comments
#1245 - Test all constants reexported
Pull Request -
State: open - Opened by stevenjackson121 about 5 years ago
- 8 comments
#1245 - Test all constants reexported
Pull Request -
State: open - Opened by stevenjackson121 about 5 years ago
- 8 comments
#1245 - Test all constants reexported
Pull Request -
State: open - Opened by stevenjackson121 about 5 years ago
- 8 comments
#1245 - Test all constants reexported
Pull Request -
State: open - Opened by stevenjackson121 about 5 years ago
- 8 comments
#1233 - Improve Wide Table Handling in Docs
Pull Request -
State: open - Opened by stevenjackson121 about 5 years ago
- 5 comments
#1213 - StapledStream is a weird name
Issue -
State: open - Opened by jtrakk about 5 years ago
- 6 comments
Labels: potential API breaker
#1189 - Weak tasks (auto-cancel when no normal tasks are running)
Issue -
State: open - Opened by Tronic over 5 years ago
- 2 comments
Labels: docs
#1181 - Make send_eof a standard part of the Stream interface
Pull Request -
State: open - Opened by njsmith over 5 years ago
- 6 comments
#1130 - improve BlockingTrioPortal documentation
Pull Request -
State: closed - Opened by belm0 over 5 years ago
- 11 comments
Labels: docs
#1098 - [wip] closable run_sync_soon
Pull Request -
State: closed - Opened by njsmith over 5 years ago
- 1 comment
#1089 - trio.wait_any()
Issue -
State: closed - Opened by belm0 over 5 years ago
- 17 comments
#1028 - Add LabeledSequencer to trio.testing
Pull Request -
State: open - Opened by math2001 over 5 years ago
- 1 comment
#1028 - Add LabeledSequencer to trio.testing
Pull Request -
State: open - Opened by math2001 over 5 years ago
- 1 comment
#991 - Equivalent of asyncio.call_soon_threadsafe while still having explicit responibility for errors
Issue -
State: closed - Opened by 0zeroth over 5 years ago
- 9 comments
#970 - Document that Nursery.start_soon starts tasks in random order
Issue -
State: closed - Opened by rotu over 5 years ago
- 14 comments
Labels: docs
#932 - Consider io_uring as an alternative to epoll
Issue -
State: open - Opened by thedrow almost 6 years ago
- 42 comments
Labels: low-level
#921 - Add the ability for cancel scopes to specify a grace period
Pull Request -
State: open - Opened by oremanj almost 6 years ago
#921 - Add the ability for cancel scopes to specify a grace period
Pull Request -
State: open - Opened by oremanj almost 6 years ago
#921 - Add the ability for cancel scopes to specify a grace period
Pull Request -
State: open - Opened by oremanj almost 6 years ago
#921 - Add the ability for cancel scopes to specify a grace period
Pull Request -
State: open - Opened by oremanj almost 6 years ago
#892 - Awaiting futures versus starting coroutines (How opinionated is trio?)
Issue -
State: closed - Opened by abetkin almost 6 years ago
- 20 comments
#796 - Provide some standard mechanism for splitting a stream into lines, and other basic protocol tasks
Issue -
State: open - Opened by njsmith almost 6 years ago
- 27 comments
Labels: design discussion, missing piece, user happiness, docs
#729 - Use README for making a PyPI long_description.
Issue -
State: closed - Opened by RatanShreshtha about 6 years ago
- 7 comments
Labels: polish, docs, project meta
#700 - Add pylint missing-await checker
Pull Request -
State: closed - Opened by belm0 about 6 years ago
- 5 comments
#698 - Cancelling a `fail_after` results in TooSlowError, even though the timeout didn't expire
Issue -
State: open - Opened by joernheissler about 6 years ago
- 11 comments
Labels: docs, cancellation
#686 - Should we do anything about timeouts for subparts of an operation?
Issue -
State: closed - Opened by alexshpilkin about 6 years ago
- 8 comments
Labels: design discussion, cancellation
#685 - Make it easier to farm out work
Issue -
State: closed - Opened by Nikratio about 6 years ago
- 3 comments
#671 - Ideas for linting trio programs
Issue -
State: closed - Opened by njsmith about 6 years ago
- 35 comments
Labels: design discussion, user happiness, debugging
#667 - Bandit - a security-oriented linter
Pull Request -
State: closed - Opened by Zac-HD about 6 years ago
- 6 comments
#606 - Propagating cancellation through threads
Issue -
State: closed - Opened by njsmith over 6 years ago
- 1 comment
Labels: design discussion, cancellation, threads
#604 - Introduce performance measurements
Issue -
State: open - Opened by sorcio over 6 years ago
- 34 comments
#543 - Provide PEP 484-style type hints
Issue -
State: closed - Opened by njsmith over 6 years ago
- 24 comments
Labels: missing piece, todo soon, typing
#527 - Limits on Nursery Size
Issue -
State: closed - Opened by Miserlou over 6 years ago
- 7 comments
#518 - Support binding to a source address.
Pull Request -
State: open - Opened by miracle2k over 6 years ago
- 2 comments
#504 - Should we rename nurseries?
Issue -
State: closed - Opened by njsmith over 6 years ago
- 89 comments
Labels: design discussion, potential API breaker
#472 - Add collection of worked examples to tutorial
Issue -
State: open - Opened by njsmith over 6 years ago
- 43 comments
Labels: docs
#470 - trio.run() should take **kwargs in addition to *args
Issue -
State: open - Opened by kennethreitz over 6 years ago
- 73 comments
Labels: missing piece, docs
#455 - Cancelled __aexit__ handlers eat exceptions
Issue -
State: open - Opened by smurfix over 6 years ago
- 17 comments
Labels: user happiness, cancellation, exception handling
#303 - [wip] Sketch of how shared tasks might work
Pull Request -
State: open - Opened by njsmith about 7 years ago
- 2 comments
#274 - Fix our test layout
Issue -
State: open - Opened by njsmith over 7 years ago
- 6 comments
Labels: todo soon, pytest-trio relevant
#239 - Tools for finding scheduler-dependent "heisenbugs"
Issue -
State: open - Opened by njsmith over 7 years ago
- 14 comments
Labels: design discussion, user happiness, pytest-trio relevant, debugging
#219 - Native asynchronous file io
Issue -
State: open - Opened by buhman over 7 years ago
- 2 comments
Labels: missing piece, polish, low-level
#173 - wall clock timing functionality
Issue -
State: open - Opened by njsmith over 7 years ago
- 7 comments
#170 - Mock network for testing
Issue -
State: open - Opened by njsmith over 7 years ago
- 15 comments
Labels: design discussion, pytest-trio relevant
#116 - zmq support
Issue -
State: open - Opened by njsmith over 7 years ago
- 9 comments
#54 - Should our locks (and semaphores, queues, etc.) be fair?
Issue -
State: open - Opened by njsmith almost 8 years ago
- 5 comments
Labels: design discussion, potential API breaker, performance
#52 - Windows event notification
Issue -
State: closed - Opened by njsmith almost 8 years ago
- 32 comments
Labels: design discussion, todo soon, Windows, low-level
#40 - Improve low-level IO monitor functions (for IOCP and kqueue)
Issue -
State: open - Opened by njsmith almost 8 years ago
- 2 comments
Labels: todo soon, potential API breaker, low-level
#1 - Backwards-incompatible changes - SUBSCRIBE TO THIS THREAD if you use trio!
Issue -
State: open - Opened by njsmith almost 8 years ago
- 13 comments
Labels: design discussion