Michał Górny

Results 218 comments of Michał Górny

We probably don't want to go with the full refactoring and instead do something like `QA>`, `EE>`, etc.

Also making them customizable would be fun.

I don't think on/off switch is useful. Better make the prefixes configurable.

It would certainly be useful, especially with ninja not handling SIGTSTP correctly. Maybe we should even go further and map SIGTSTP/SIGCONT into freezing them.

Well, I would start by trying to find large groups of packages with the same maintainer, so people wouldn't have to look through a long list of commits to find...

I can reproduce with 3.10.1. To reproduce I used: ``` while :; do echo $((count += 1)); python -m pytest tests/test_executors.py || break; done ```

Ping. Cython 3.0.0 has already reached beta releases, so we need some solution sooner than later.

This is now even more urgent as Cython

Yes, tests failing to import was the issue I've encountered. I've grepped for it and noticed it being imported in installed modules, so I've presumed it was supposed to be...