Jeong, YunWon

Results 849 comments of Jeong, YunWon

> 1. Will this lead to implementation difference with CPython where an entire CPython test suite will not be applicable? (so we will have to maintain our own) No, this...

@copilot fix CI failure ``` error[E0425]: cannot find function `sem_getvalue` in crate `libc` --> crates/stdlib/src/multiprocessing.rs:308:38 | 308 | let res = unsafe { libc::sem_getvalue(self.handle.as_ptr(), &mut value) }; | ^^^^^^^^^^^^ not...

@copilot Something wrong. Carefully review the CI result and fix the problem. e.g. ``` Run target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v test__colorize test_array test_asyncgen test_binop test_bisect...

I am sorry about the poor description. While writing more about the issue, I found this is not that simple as it looked first time. I will leave a comment...

@gvanrossum I updated the issue description. test_venv is not updated when venv behavior is changed. @vsajip Any downstream or alter implementation which overrode sysconfig will encounter the test fails without...

I recently ran venv on windows, and EnvBuilder is always setting the binary name `python`. If we are going to change the test, using EnvBuilder will be better. https://github.com/python/cpython/blob/v3.14.2/Lib/venv/__init__.py#L171

Any advice about the proper approach will be appreciated. Worth to try using EnvBuilder in tests?

Hi, I am not working on this project these days.