Jeong, YunWon

Results 851 comments of Jeong, YunWon

depending on non-utf8 string support

i have no idea what's going on `test_weakref`

i need to find a way to convince miri in safe way

@qingshi163 could you review this PR?

uh, failing again. i will look in it.

The inheritance is set like this: ``` #[pyclass(name = "bool", module = false, base = "PyInt")] // this `PyInt` part struct PyBool; ```

Yes, `int.to_bytes` is a method of `int`. ```python >>>>> int.to_bytes == bool.to_bytes True ```

maybe similar thing cause both this one and #1979

when rustpython crashes on initialization step, debugger is very useful https://github.com/RustPython/RustPython/wiki/Debugger-with-VSCode