fanninpm

Results 128 comments of fanninpm

I would also recommend posting this issue to https://github.com/RustPython/Parser. One part of the problem is being able to parse the new syntax (that's what the Parser repo is for); the...

Like I said, being able to parse the new syntax is not the only problem here.

@charliermarsh are you okay with this?

> i have no idea what's going on `test_weakref` That's one of the flaky tests.

I'm curious about why you're going with bit shifting when there's a risk of "underflow".

> The latest CI failed with Clippy error, but that part of source has not been changed for a long time. Why suddenly CI treats it as an error and...

Updating `asyncio` is going to require fleshing out `contextvars`. (See #3188.)

I need to remind myself to update `Lib/test/test_compile.py` to the version from CPython 3.11.

@howjmay try going into `Lib/test/test_compile.py` and removing the lines that say ```python # TODO: RUSTPYTHON @unittest.expectedFailure ```