Pauli Virtanen

Results 85 comments of Pauli Virtanen

bluetooth-next seems to have merged a patch that switches it to ALT 3, https://lore.kernel.org/linux-bluetooth/[email protected]/T/#mc65bdf1658e19e511bb28dc604e21643eec5e054 This seems to break things... In principle one could now do ```diff diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c...

Patch: https://patchwork.kernel.org/project/bluetooth/patch/[email protected]/

FWIW, ALT3 mSBC works fine on RTL 8671B/BU (0bda:8771), and appears to work better on ALT3 than ALT1. It would be the job of the kernel driver to set the...

It's pipewire. Write/read size is 72, anything else produces no output. On April 1, 2022 7:15:13 PM UTC, borine ***@***.***> wrote: >> `hci0: command 0x0405 tx timeout` > >command 0x0405...

I also suspect the refcount tracking probably cannot be "emulated" on non-debug Python builds. In principle, pytest-leaks can (and does) track multiple types of leaks, so there could be room...

I expect that mis-refcounted objects will simply look like alive objects to Python gc. It can only know whether a given `PyObject*` is referenced from some C struct via (correct)...

Not sure how feasible this is though: Calling via the hook `pytest_runpytest_call` enables e.g. the logging fixture (on by default) which hold references from call to teardown and would seem...

Overall LGTM. It's been 10+ years since I last touched .po files :)

The seed is initialized only the first time `*getv0` is called in a process (save variables), so you'll get different results every time you invoke arpack in the same process....

I have a branch here: https://github.com/opencollab/arpack-ng/compare/master...pv:rng-seed It should retain the old behavior exactly by default, but I did not yet get around to testing it in real world.