Jeong, YunWon
Jeong, YunWon
oh, wow. this is so weird, but reproducible.
I think we need to file a bug report to rust. the different result of `cargo build` and `cargo install` are unlikely to be happened.
[consttest.zip](https://github.com/RustPython/RustPython/files/9222262/consttest.zip) I created a small project to test it. I now think our code is wrong and `cargo build` mysteriously not able to catch it.
This is (probably) broken by https://github.com/RustPython/RustPython/pull/3819. Using previous version than that will be helpful
I tried to fix it a few days ago but making NOT_IMPLEMENTED static was not enough
@qingshi163 Thank you! we will need a proper fix later but pinning crossbeam-utils will be helpful right now
closed by #4059
It is up to you, but you don't need to put everything in single PR. You can submit splat small PRs for each functions.
also a depenency of #3862
@key262yek is working on this issue in multiple PR