DimitrisJim

Results 131 comments of DimitrisJim

I've slightly taken a peak at the paper this is based on, I'm guessing the two improvements it mentions have been implemented, right? I.e, using the buffered flag to not...

Maybe we can create a separate CI check that runs the GC with a select few python test files? The idea is to at least have it in and running...

Hi @tekknolagi and thanks for the PR. You probably ran this with Python 3.9 which did not have a dedicated iterator. `memoryview.__iter__` was added in 3.10 (https://github.com/python/cpython/pull/22119) which we are...

Hey! Couldn't say with certainty, after we update some libs to 3.11 it might make sense.

I see what you were trying to do here (fix the cron job for whatsleft.py?). In that case, this could be solved easily by specifying that python 3.10 be used...

I don't think asyncio is currently functional. I can import it though, how are you running it? Is it raising an import error?

dunno if i'd call this a bug per se, this is a case where limits are different. These are iterators containing iterators containing... and when `list` is called, all these...

@notJoon it's the right way! You should also remove the `# TODO` comments before the decorators though since they aren't needed anymore. Clippy seems to be complaining about the usage...

Hey @garychia do you still have time/want to work on this?

Not sure, we might add some additional `xopts` since those are implementation dependent (we also already add our own env variable in `RUSTPYTHONPATH`). I think these are a one time...