fanninpm

Results 128 comments of fanninpm

@JJJHolscher does the absolute latest version of the `main` branch work for you?

Currently, the only way to run RustPython is to git-clone this repo's `main` branch. If you want a release on crates.io, @coolreader18 and @youknowone would have a better idea about...

> I want to take on this issue. I wish you luck.

This is due to how the tests are _being run_. One way runs the tests directly as the main process, while the other way runs the tests in a subprocess.

I compiled CPython from source and got similar results. ```text $ ./python -m test test_traceback 0:00:00 load avg: 12.58 Run tests sequentially 0:00:00 load avg: 12.58 [1/1] test_traceback == Tests...

> Which test in test_itertools is related and how much is it fixed? `TestBasicOps.test_combinations` is the test in question. (Unfortunately, I think the test functions in `test_itertools.py` are a bit...

Could you please rebase this branch on a fresh copy of `main`?

`test_importilb` should be done in #3919

Directory tree in RustPython (as it stands right now): ```text Lib/importlib/ ├── __init__.py ├── _bootstrap.py ├── _bootstrap_external.py ├── abc.py ├── machinery.py ├── metadata.py ├── resources.py └── util.py ``` Directory tree...

[CPython has known about this issue for quite some time.](https://github.com/python/cpython/issues/46635)