ancieg
ancieg
Push this PR, please.
Have the same issue. uvloop built from tag: v0.16.0 Python version: 3.10.6 Cython version: 0.29.32 libuv version: 1.14.2 (system)
> Have the same issue. > > uvloop built from tag: v0.16.0 > Python version: 3.10.6 > Cython version: 0.29.32 > libuv version: 1.14.2 (system) Tried to build with `--inplace`...
`--root` may be isn't the most correct name for the option. Maybe call it `--destdir`?
What I have: - `racket-core` (a.k.a. `racket-minimal`) - `racket` executable + standard collections as the first RPM-package; - `racket-main` (a.k.a. `racket`) - packages from `main-distribution` as the second RPM-package (the...
No, the system isn't supposed to work (but it's not a rule). The files inside `%buildroot` aren't in a regular system yet. After they are there, we pick needed in...
> I'm not sure I follow exactly what you're trying to do, but part of the answer may be to create a "config.rtkd" for use during RPM creation to select...
**Notice that it doesn't work with older Cython (3 --- uvloop/loop.pyx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uvloop/loop.pyx b/uvloop/loop.pyx index b0ffa8b..fb1d5e6 100644 --- a/uvloop/loop.pyx...
> Looks like [libuv/libuv@3530bcc](https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70) might cause this. Looks like it is expected behavior for now, so I suggest simply skip these tests for libuv >= 1.48.0: ``` From 9373f66795862cb2879699ae3f83b09834697feb Mon...
I need this feature too.