Skip to content

issues Search Results · repo:python-trio/trio language:Python

Filter by

843 results
 (125 ms)

843 results

inpython-trio/trio (press backspace or delete to remove)

PyPy test regressions in 0.30.0 and 9135b3d351790bbc9a0171a7e73b67d010305a1c, with PyPy3.10 and 3.11, 7.3.19, on Gentoo Linux amd64. The GC failures also occur on 0.29.0, the TLS issues seem to be new. ...
  • mgorny
  • 17
  • Opened 
    7 days ago
  • #3253

trio.Cancelled can t be constructed directly so it can t be pickled. Usually this is fine as no one needs to pickle and move around a trio.Cancelled object. But sometimes it gets trapped in some other ...
  • hotpxl
  • 1
  • Opened 
    17 days ago
  • #3248

We re currently using https://pypi.org/project/sphinx-hoverxref/ but it s been deprecated and incorporated into ReadTheDocs itself as https://docs.readthedocs.com/platform/stable/link-previews.html That ...
docs
good first issue
  • jakkdl
  • Opened 
    21 days ago
  • #3244

Sometimes, there are use-cases where you want to entirely pause processing of some tasks, and then later scale back up. CapacityLimiter is basically perfect for this kind of thing, except that it currently ...
good first issue
polish
user happiness
  • Zac-HD
  • 1
  • Opened 
    24 days ago
  • #3243

I ve now hit enough bugs where someone wrote if event: rather than if event.is_set(): that I think Event.__bool__() should raise an error of some kind, likely NotImplementedError( Trio events cannot be ...
good first issue
polish
  • Zac-HD
  • 3
  • Opened 
    26 days ago
  • #3238

As a simplified example, I would like to: - start a shell command - wait some time - stop it The problem is that a child subprocesses from the shell won t terminate on cancel and would keep running ...
  • zoranbosnjak
  • 10
  • Opened 
    27 days ago
  • #3237

Occasionally we end up digging through logs trying to work out why something was cancelled, and eventually it occurred to me that Trio could help with this. I don t have a complete design proposal, but ...
debugging
design discussion
  • Zac-HD
  • 7
  • Opened 
    on Mar 27
  • #3232

This issue should only really be looked at after https://github.com/python-trio/trio/issues/3221 is closed (because this is mainly about what people see in an editor, rather than our documentation). The ...
docs
good first issue
  • A5rocks
  • 4
  • Opened 
    on Mar 20
  • #3226

The following things lack documentation in Trio s documentation: - [x] trio.CancelScope.relative_deadline - [ ] trio.MemorySendChannel - [ ] trio.MemoryReceiveChannel - [ ] trio.MemoryChannelStatistics ...
docs
good first issue
  • basak
  • 7
  • Opened 
    on Mar 10
  • #3221

The sed command below comments out orjson from test-requirements.txt since it’s not yet installable on Python 3.14. Otherwise, this can be reproduced by simply running the tests in a Python 3.14.0a4 virtualenv: ...
  • musicinmybrain
  • 6
  • Opened 
    on Feb 13
  • #3209
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub