Jeong, YunWon

Results 849 comments of Jeong, YunWon

@YashSuthar983 Thank you so much! it looks working great now

https://github.com/RustPython/RustPython/pull/6259#issuecomment-3534198108

I tried another way on #6295 . Tested on #6296 and [RustPython-test#1](https://github.com/RustPython/RustPython-test/pull/1) As you shared, permission mattered. I'd better to try PAT earlier. Let's see if it works. Thanks @YashSuthar983...

@Masterchef365 made a no_std patch of RustPython https://github.com/Masterchef365/RustPython/tree/no_std2

Could you share cpython version? We run every test under extra_tests/snippets/ using CPython to ensure the result are the same on both side. Maybe the warning isn't checked in the...

> We could just replace the ctypes implementation with this :). Would make life much easier. On environments with available CPythons, that makes sense. But we are more likely on...

@ShaharNaveh This is almost done! Could you give a look again?

One question: Passing OSError to new_exception is a runtime error. Can this be checked earlier?

@glitchxxx0 Hi! RustPython codebase is changed a lot since #4609 is written. Linux machine is recommended to run tests. 1. Remove @unittest.expectedFailure from the test https://github.com/RustPython/RustPython/blob/main/Lib/test/test_types.py#L424-L425 2. rustpython-format is now...

@ever0de could you take a look?