DimitrisJim

Results 172 comments of DimitrisJim

See also this https://github.com/RustPython/RustPython/issues/4271

would you be looking for a script file to build the binary with pgo? I don't think writting it would be too difficult. Can't speak for how long the build...

> The main question here is the sample load Yup. Same as CPython probably, subset of test-suite with `--pgo` (the references you found) or a bigger load with `--pgo-extended` iirc....

Note: I thought about this and a wiki entry seems the right place for it. Didn't get to running the steps yet since I just created the entry yesterday but...

First stab at this would be updating distutils to the most recent Python version, can't find out quickly which version it is currently on. Reference https://github.com/RustPython/RustPython/issues/4564

I don't believe there's is any PEP that might define what exception output/formatting might look like so we should be free to choose. If ariadne can be plugged in easily...

relevant issue here https://github.com/RustPython/RustPython/issues/4479. We should really break that up in two separate issues.

Nice find, error message is hilarious `Expected type 'function' but 'function' found`. I'd need to look some more into it.

> or perhaps the other way tough to tell from the err message right? :smile: Could be something along those lines, the debugging shouldn't be too hard since it can...

can you repro this with a self-contained [MRE](https://en.wikipedia.org/wiki/Minimal_reproducible_example)?