Alexander Richardson

Results 287 comments of Alexander Richardson

The macos test failure looks unrelated to me - I see it failed in the same way in https://github.com/libuv/libuv/commit/d59b2905f9e0e8cddd7033e3a0b87cdec415c908

> pmccontrol -L does work to list things today, kinda sad that pmcstat -L can't at least fall back to the built-in tables :( Hmm interesting - I was not...

If you think this looks reasonable, I'll also send this for review upstream.

I am seeing the same thing, there is even a comment in _set_initial_conftests that suggests this could be an issue: ``` """Load initial conftest files given a preparsed "namespace". As...

> Well from what I can tell you can make a fixture in `conftest.py` to fix your problem like so: > > ```python > @pytest.fixture > def xxxxx_flags(request): > return...

Maybe this should go upstream instead?

> > Maybe this should go upstream instead? > > I can easily do that if you think it is acceptable upstream. I don't see why not, although it might...

Hmm I believe there were a few that might be relevant, let me see what remains when I rebase

Interesting, as far as I can remember it did not work properly for me before using SDL_Sound. Could it maybe be a NULL pointer dereference? Does it still crash if...