• all the private repos that msft would want to mine are prolly here.. Bo

  • Joined on 2023-08-13
Loading Heatmap…

goodboy closed issue goodboy/tractor#8

py3.13 test-suite surgery

2025-03-27 18:13:51 +00:00

goodboy commented on issue goodboy/tractor#8

py3.13 test-suite surgery

Closed by landing of #18, #19 which should be merged imminently!

2025-03-27 18:13:51 +00:00

goodboy commented on pull request goodboy/tractor#18

Python 3.13 support

Ahh i guess this was a new test discovered while working through strict egs alongside using `to_asyncio` stuff.

2025-03-27 18:00:10 +00:00

goodboy commented on pull request goodboy/tractor#18

Python 3.13 support

prolly coulda also used `._beg.collapse_eg()` here too..

2025-03-27 17:59:19 +00:00

goodboy commented on pull request goodboy/tractor#18

Python 3.13 support

You'll find the bulk of the strict-eg-style "sidestepping" is just this for now..

2025-03-27 17:51:53 +00:00

goodboy opened issue goodboy/tractor#22

Drop strict_exception_groups=False` owhen trio` does

2025-03-27 17:51:13 +00:00

goodboy commented on pull request goodboy/tractor#18

Python 3.13 support

woof, this should be removed since that subpkg won't land until #12 ?

2025-03-27 17:48:46 +00:00

goodboy commented on pull request goodboy/tractor#18

Python 3.13 support

This test demonstrates a footgun i recently discovered debugging silent process tree cancellation in `modden`.

2025-03-27 17:45:53 +00:00

goodboy commented on pull request goodboy/tractor#18

Python 3.13 support

Not sure if this is the right choice, seems like it can't hurt since we consider `greenback` a `--dev` dep?

2025-03-27 17:41:40 +00:00

goodboy merged pull request goodboy/tractor#2

Prevent `asyncio` from abandoning guest-runs, `.pause_from_sync()` support via `.to_asyncio`

2025-03-27 17:37:57 +00:00

goodboy pushed to main at goodboy/tractor

  • 222b90940c Merge pull request 'Prevent `asyncio` from abandoning guest-runs, `.pause_from_sync()` support via `.to_asyncio`' (#2) from aio_abandons into main
  • c91373148a Comment-tag pause points in `asycnio_bp.py`
  • f1af87007e Add equiv of `AsyncioCancelled` for aio side
  • 13adaa110a Drop `asyncio`-canc error from `._exceptions`
  • 9e10064bda Continue supporting py3.11+
  • Compare 67 commits »

2025-03-27 17:37:57 +00:00

goodboy commented on pull request goodboy/tractor#2

Prevent asyncio from abandoning guest-runs, .pause_from_sync() support via .to_asyncio

This is a pretty important step forward for the debugger REPL tooling since now you can definitely get multi-actor safe pausing from infected-`asyncio` actors including crash handling B)

2025-03-27 17:37:33 +00:00

goodboy commented on pull request goodboy/tractor#2

Prevent asyncio from abandoning guest-runs, .pause_from_sync() support via .to_asyncio

Much thanks to @oremanj (from GH) for this fn!

2025-03-27 17:34:39 +00:00

goodboy commented on pull request goodboy/tractor#2

Prevent asyncio from abandoning guest-runs, .pause_from_sync() support via .to_asyncio

Same as mentioned above; appears to be the best/most-reliable hack for the moment..

2025-03-27 17:34:09 +00:00

goodboy commented on pull request goodboy/tractor#2

Prevent asyncio from abandoning guest-runs, .pause_from_sync() support via .to_asyncio

This is one of the critical-yet-questionable changes; `asyncio.Task.cancel()` seems to never work reliably and can often cause full guest-run abandonment, so instead we take the approach of touching any internal `Future` first and hoping for the best (which seems to work in practise!).

2025-03-27 17:33:14 +00:00

goodboy commented on pull request goodboy/tractor#2

Prevent asyncio from abandoning guest-runs, .pause_from_sync() support via .to_asyncio

Replicating the same outcome waiting API as `Context`.

2025-03-27 17:31:05 +00:00

goodboy commented on pull request goodboy/tractor#2

Prevent asyncio from abandoning guest-runs, .pause_from_sync() support via .to_asyncio

For back-lookers (from the future) these new excs drove the improved error translation semantics throughout the cancel and exit handling machinery.

2025-03-27 17:30:16 +00:00

goodboy commented on pull request goodboy/tractor#2

Prevent asyncio from abandoning guest-runs, .pause_from_sync() support via .to_asyncio

This is the main error-translation-semantics that changed, more or less being more pedantic about which side errored/cancelled/exited-gracefully and whether it was independent of the other side.

2025-03-27 17:27:02 +00:00

goodboy pushed to aio_abandons at goodboy/tractor

2025-03-27 17:24:38 +00:00

goodboy commented on pull request goodboy/tractor#2

Prevent asyncio from abandoning guest-runs, .pause_from_sync() support via .to_asyncio

I mean anyone wanting to *click approve* (since they already built a buncha sh#! on top of this ;) would allow us to conduct the (normal)formal protocol to all things "community" and "foss".. @g…

2025-03-27 02:26:19 +00:00