Jeong, YunWon

Results 306 issues of Jeong, YunWon

### Description Hello, I am trying to enable pip on RustPython. We were able to run pip without ctypes for macos and linux, but not yet on windows. On windows,...

type: bug
S: needs triage

```diff -zlib-rs = ["any_zlib", "libz-rs-sys"] +zlib-rs = ["any_impl", "dep:zlib-rs"] ``` `zlib-rs` doesn't enable `any_zlib` anymore, so APIs under `any_zlib` like `Compress::new_gzip`, `Compress::set_dictionary` became unexisting. introduced by 5b24d983 (#513) I assume...

Nightly recently added `std::sync::Atomic`. This is shadowing `crate::marker::Atomic`. Avoiding `*` import for either import will fix it. ``` error[E0404]: expected trait, found type alias `Atomic` --> /opt/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-1.1.0/src/lib.rs:804:5 | 804 |...

1.1.0 is released 1 years ago. But the main branch is released 3 years ago. Who is releasing this project, and how is it being released? How can I make...

## Summary by CodeRabbit * **Refactor** * Simplified internal storage and access mechanisms for protocol method handling in mappings and sequences, reducing runtime overhead. * Restructured and centralized comparison operation...

close #6506 fix #3965

Not sure this is a good idea or not. Motivation: we have too many fragmented traits, which are easy to forget to add in `with()` attrs. Now `__str__` will more...

https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html#source-based-code-coverage