fanninpm

Results 128 comments of fanninpm

Not OP, but I tried running Krait from the command line on Ubuntu 16.04 and got the following: ``` Traceback (most recent call last): File "main.py", line 66, in File...

> `whats_left.py` still shows it as missing. If you're referring to what's on the website, the website gets updated every Friday (at least, in my timezone).

I believe 3.8 is the absolute minimum because it's referenced in `.github/workflows/ci.yaml`.

@jopemachine Do you want to try again, now that #4530 has been merged?

Rust 1.64 came out a few hours ago, so there are some new compilation warnings and Clippy lints to deal with in a separate PR (#4182). Once that PR is...

> gc will be triggered if the internal buffer(`roots`) have exceed 100 element(could come up with better condition in the future) CPython has a generational garbage collector with a total...

When happens when you compile this with the `--no-default-features` flag? I suspect there may be a few compilation errors with `stdlib/src/gc.rs`.

@DimitrisJim should we be advertising for Python 3.11, or is it too early to do that?

> This gives a slight speedup and I have to imagine much better memory usage, but I don't think we have a way to profile the latter. This method may...

Do you have a stack trace? If so, it would be helpful for you to copy-paste the terminal output. If the output is too lengthy, you can put it in...