Jeong, YunWon

Results 306 issues of Jeong, YunWon

## Summary When running run_code_string on the VM, the process first compiles the code into a code object and then executes it. If you store the code object in advance,...

C-enhancement

Python binary requires `Lib` directory to run. But it is not included in the releases

C-bug

## Summary by CodeRabbit * **Documentation** * Added a new section on creating and using a virtual environment with RustPython, including activation and using python as an alias. * Added...

skip:ci

## Summary by CodeRabbit * **Bug Fixes** * Improved handling of class attribute dictionaries to prevent redundant dictionary support when the base class already provides it. This ensures more accurate...

## Summary by CodeRabbit * **New Features** * Added support for specifying an optional file-like object to receive disassembly output, in addition to standard output. * **Bug Fixes** * Improved...

The error message is showing the reason, but not telling what to do to solve the problem. #6054

## Summary by CodeRabbit * **New Features** * Added utility methods for type checking and subtype determination, enhancing compatibility with Python's type system. * Improved handling of method resolution order...

### Description Try to build pyodide only with ESM and enable ES6 flag ### Checklist - [ ] Add a [CHANGELOG](https://github.com/pyodide/pyodide/blob/main/docs/project/changelog.md) entry - [ ] Add / update tests -...

Note: I will add an issue and news entry soon. Modify PipConsole so that it doesn’t use the `rich` features that require ctypes when running in environments where ctypes is...