-
## Long story short
I would to use an async daemon's logger in a sync function, but this fails with a LookupError.
## Description
Setting the stage. I am developing an operator that:
- Run…
rtoma updated
3 years ago
-
A decorator that creates a log statement with bound variables at entry and exit of the decorated functions. The bound variables can be set, reset or updated, so every log statement from inside the fun…
-
Retire SyncTrioEventLoop entirely. trio-asyncio should interoperate with whatever regular asyncio event loop is running, using Trio's guest mode feature (which did not exist when trio-asyncio was firs…
-
In Heptapod by @RuofengX on May 9, 2022, 15:49
It happened on aarch64 linux platform(hardware is NanoPi NEO3) too. I test it by using
- pypy3.8 Python 3.8.13 (4b1ae7a563b2c8614ef6faeaa60e749d10398c…
-
Hello,
when I run pip install I have the next error:
`
pip install .
Defaulting to user installation because no…
-
Hi!
I've been tracking down a very rare crash in our application, and I think I've reached a point where I can see a problem in gmpy2 - would very much appreciate if you could either tell me I'm dr…
-
## Long story short
Right now there is not a set of signals in place to track connections and request for Aiohttp web server. The proposal would implement the following subset of signals, attached…
-
### Requirements
# We should implement transaction context propagation
## What is transaction context?
[From the spec:](https://openfeature.dev/specification/sections/evaluation-context#33-co…
-
A context variable is a convenient way to track something about the scope in which a task executes. Sometimes that "something" effectively constitutes a promise to child tasks that some resource remai…
-
In previous versions, `_callMaybeAsync(self, func, /, *args, **kwargs)` would run `result = func(*args, **kwargs)` and then run the result with the event loop if `inspect.isawaitable(result)` returned…