Reiner Gerecke

Results 117 comments of Reiner Gerecke

> @squiddy - Would you like me to clean up based on the comments and get this merged? Totally up to you. I've give it a try, thanks for the...

@charliermarsh I know you're very busy - good evidence to the success of ruff - so I'm not being pushy here. Can I help you here move this forward? If...

I'm doing the rebase now and see what else I can do.

Currently experimenting with putting this attribute specific logic after the "simple" name-based lookup, under the assumption that `Name` are way more common generally than just inside `Attribute`, e.g. in function...

Closing for now. I haven't made any good progress, might look into that again at some later point.

I'm running a 64bit ArchLinux. I did some experiments with the size that is copied, 1 byte worked fine, therefore I'm assuming the location from `map_buffer_range` isn't invalid. With `size...

It's a ATI Radeon 5750 (maybe 5770, I'm not sure), but it has 1GB VRAM. I changed the line, but it still crashes. Using `RUST_THREADS` didn't help either. My old...

I have a question concerning a slightly adjusted example. ```python import multiprocessing.pool import multiprocessing.process z = multiprocessing.pool.ThreadPool() ``` pylint and flake8 don't see any unused import here. I would argue...

I've raised https://github.com/RustPython/RustPython/issues/4353 for this.

Those bidirectional links I also struggled with (or rather, forgot to update certain parts) when implementing my first check. I've been looking at rust & clippy lately, and there are...