GitHub / RustPython/RustPython issues and pull requests
#4991 - import asyncweb in wasm-py, gives RangeError: Maximum call stack size exceeded
Issue -
State: open - Opened by dasein108 about 2 years ago
Labels: C-bug
#4989 - wasi build takes unexpectedly huge memory
Issue -
State: open - Opened by youknowone about 2 years ago
- 1 comment
Labels: C-bug
#4988 - RUSTPYTHONPATH is not set when using `Settings::default()` without clap
Issue -
State: open - Opened by euanmacinnes about 2 years ago
- 17 comments
Labels: C-bug, good first issue, A-vm
#4987 - Fix abc error message
Pull Request -
State: closed - Opened by patrickzbhe about 2 years ago
#4986 - Parsing multiple files at once cause stack overflow
Issue -
State: closed - Opened by qarmin about 2 years ago
- 1 comment
Labels: C-bug
#4985 - Update abc.py from Python 3.11
Pull Request -
State: closed - Opened by patrickzbhe over 2 years ago
#4984 - distutils.sysconfig.customize_compiler() produces TypeError
Issue -
State: closed - Opened by xiaxinmeng over 2 years ago
- 2 comments
Labels: C-bug
#4983 - TypeError when RustPython parses XML string
Issue -
State: open - Opened by xiaxinmeng over 2 years ago
- 2 comments
Labels: C-bug, A-stdlib
#4982 - datetime().astimezone() is broken
Issue -
State: closed - Opened by xiaxinmeng over 2 years ago
- 1 comment
Labels: C-bug, A-stdlib
#4981 - Update subprocess to CPython 3.11
Pull Request -
State: closed - Opened by DimitrisJim over 2 years ago
#4980 - Update DEVELOPMENT.md
Pull Request -
State: closed - Opened by DimitrisJim over 2 years ago
Labels: skip:ci
#4979 - Check variables in local scope in DeleteFast
Pull Request -
State: closed - Opened by patrickzbhe over 2 years ago
- 3 comments
#4978 - new ast layout for arguments
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4977 - Unwrap none value error on cargo run --release
Issue -
State: closed - Opened by bjoroen over 2 years ago
- 4 comments
Labels: C-bug
#4976 - Update parser with ConversionFlag specialization
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4975 - Implemented __reduce__ method for types.SimpleNamespace
Pull Request -
State: closed - Opened by LucaSforza over 2 years ago
- 2 comments
#4974 - Reduce parser size and Avoid copying elements when parsing
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4973 - Implemented __reduce__ method for the ImportError exception
Pull Request -
State: closed - Opened by LucaSforza over 2 years ago
- 1 comment
#4972 - Add fork support functions
Pull Request -
State: closed - Opened by itsankitkp over 2 years ago
- 4 comments
#4971 - Add fork support functions
Issue -
State: open - Opened by itsankitkp over 2 years ago
- 2 comments
Labels: RFC
#4970 - test_format.py failed on test_locale if LC_ALL is not set
Issue -
State: open - Opened by qingshi163 over 2 years ago
- 1 comment
#4969 - Move `range` to each Node
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4968 - Use `format` and `cformat` from `rustpython-literal`
Pull Request -
State: closed - Opened by MichaReiser over 2 years ago
#4967 - Fix repr(bytearray) in debug
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4966 - Panic repr bytearray with debug build
Issue -
State: closed - Opened by qingshi163 over 2 years ago
#4965 - Allow uuid on wasm32 and wasi
Pull Request -
State: closed - Opened by youknowone over 2 years ago
- 3 comments
#4964 - _signal does not exist for wasm32
Issue -
State: closed - Opened by lastmjs over 2 years ago
- 1 comment
#4963 - Set trace_func / profile_func to none on error
Pull Request -
State: closed - Opened by matthew-hagemann over 2 years ago
- 3 comments
#4962 - Revert a few .as_str() calls by adding it to ast
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4961 - location to byte offset (TextSize)
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4960 - [RFC] better error formatting using ariadne?
Issue -
State: open - Opened by youknowone over 2 years ago
- 1 comment
Labels: RFC
#4959 - Report overflow error
Pull Request -
State: closed - Opened by bjoroen over 2 years ago
- 4 comments
#4958 - Refactor ast to hold data as seperated type
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4957 - more location -> start()
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4956 - Remove compiler_core::CompileError
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4955 - What will be the best way to keep generated ast codes synced with parser repository?
Issue -
State: open - Opened by youknowone over 2 years ago
#4954 - Split parser to new repository
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4953 - Remove rustpython-common dependency from parser
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4952 - Replace num-bigint with malachite-bigint
Pull Request -
State: closed - Opened by qingshi163 over 2 years ago
- 9 comments
#4951 - Port configurable repr quote from Ruff and refactoring
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4950 - Additional format cases that fails to support bool value
Issue -
State: open - Opened by xiaxinmeng over 2 years ago
- 3 comments
#4949 - Replace row/column based Location with byte-offsets.
Pull Request -
State: closed - Opened by youknowone over 2 years ago
- 2 comments
#4948 - Format d bool support
Pull Request -
State: closed - Opened by JazzGlobal over 2 years ago
#4947 - SyntaxError on `class C(Generic[*Ts]): pass`
Issue -
State: open - Opened by youknowone over 2 years ago
- 1 comment
#4946 - Update typing from CPython 3.11.2
Pull Request -
State: closed - Opened by youknowone over 2 years ago
- 1 comment
#4945 - Implement PyObject_SelfIter to actually share same function
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4944 - Property name
Pull Request -
State: closed - Opened by Masorubka1 over 2 years ago
#4943 - Use ruff for CI
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4942 - Check CPython test suites covers certain dict unpack scenario and send them to upstream
Issue -
State: open - Opened by youknowone over 2 years ago
- 1 comment
#4941 - [RFC] Splitting parser out of RustPython repository
Issue -
State: closed - Opened by youknowone over 2 years ago
- 19 comments
Labels: RFC
#4940 - Failing to pickle the returned value of itertools.accumulate()
Issue -
State: closed - Opened by xiaxinmeng over 2 years ago
- 1 comment
#4939 - {:d} format should support bool value.
Issue -
State: closed - Opened by xiaxinmeng over 2 years ago
- 5 comments
Labels: C-bug, good first issue
#4938 - time.mktime((88,)*9) reports a ValueError
Issue -
State: open - Opened by xiaxinmeng over 2 years ago
- 8 comments
Labels: good first issue, A-stdlib
#4937 - email.message_from_string.get() fails parses the special text
Issue -
State: open - Opened by xiaxinmeng over 2 years ago
- 1 comment
#4936 - Inconsistent behaviors for Parser().parsestr(t).keys() in email.parser
Issue -
State: open - Opened by xiaxinmeng over 2 years ago
#4935 - FunctionType constructor from types module fails
Issue -
State: open - Opened by xiaxinmeng over 2 years ago
- 6 comments
#4934 - Add a test to check stdlib is correctly enabled for wasm/wasi
Issue -
State: open - Opened by youknowone over 2 years ago
#4933 - Fix wasm build stdlib
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4932 - Dictionary unpacking not working?
Issue -
State: closed - Opened by lastmjs over 2 years ago
- 4 comments
#4931 - Building RustPython Demo - ModuleNotFoundError binascii
Issue -
State: closed - Opened by Anthial over 2 years ago
- 2 comments
#4930 - Generate a visitor trait to `ast_gen.rs`
Pull Request -
State: closed - Opened by thejcannon over 2 years ago
- 16 comments
#4929 - Add `Located::start`, `Located::end` and impl `Deref`
Pull Request -
State: closed - Opened by MichaReiser over 2 years ago
- 6 comments
#4928 - Use `Located::new` over struct initializer
Pull Request -
State: closed - Opened by MichaReiser over 2 years ago
- 3 comments
#4927 - Rename method/member types
Pull Request -
State: closed - Opened by youknowone over 2 years ago
- 2 comments
#4926 - Remove Traverse from FromArgs
Pull Request -
State: closed - Opened by youknowone over 2 years ago
- 1 comment
#4925 - site-packages path to pythonx.y or rustpythonx.y?
Issue -
State: open - Opened by youknowone over 2 years ago
- 7 comments
#4924 - Ensure correct site packages are visible to rustpython
Pull Request -
State: closed - Opened by itsankitkp over 2 years ago
- 6 comments
#4923 - sqlite: Throw `TypeError` when `callable` is not callable
Pull Request -
State: closed - Opened by moreal over 2 years ago
#4922 - Fix wasm ci failure due to dns
Pull Request -
State: closed - Opened by itsankitkp over 2 years ago
- 4 comments
#4921 - WASM failure on CI
Issue -
State: closed - Opened by itsankitkp over 2 years ago
- 3 comments
#4920 - fix wrong directory name for openssl setup
Pull Request -
State: closed - Opened by itsankitkp over 2 years ago
#4919 - Some testing with CI
Pull Request -
State: closed - Opened by itsankitkp over 2 years ago
#4918 - Some testing with CI
Pull Request -
State: closed - Opened by itsankitkp over 2 years ago
#4917 - test windows ci with more log
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4916 - run choco with --no-progress
Pull Request -
State: closed - Opened by youknowone over 2 years ago
Labels: skip:ci
#4915 - Window CI is broken
Issue -
State: closed - Opened by youknowone over 2 years ago
- 4 comments
#4914 - Add loongarch64 support
Pull Request -
State: closed - Opened by xiangzhai over 2 years ago
- 2 comments
#4913 - Buffer arguments as PyObject
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4912 - Add more issue templates
Pull Request -
State: closed - Opened by youknowone over 2 years ago
- 3 comments
Labels: skip:ci
#4911 - Add venv PIP test to CI
Issue -
State: closed - Opened by youknowone over 2 years ago
- 5 comments
#4910 - Undefined variables shouldn't be deleted in the function scope
Issue -
State: closed - Opened by xiaxinmeng over 2 years ago
- 1 comment
Labels: C-bug, A-compiler
#4909 - Better unparse support from rustpython-ast
Issue -
State: open - Opened by youknowone over 2 years ago
- 2 comments
#4908 - ast.parse() fails to handle "A[1:2, *l]" after it is parsed and unparsed.
Issue -
State: open - Opened by xiaxinmeng over 2 years ago
#4907 - SyntaxError in await-for-in structure
Issue -
State: open - Opened by xiaxinmeng over 2 years ago
Labels: A-compiler
#4906 - RustPython becomes silent if raising an error in trace() function
Issue -
State: closed - Opened by xiaxinmeng over 2 years ago
- 2 comments
Labels: C-bug, good first issue, A-vm
#4905 - [RFC] Safe `eval/exec` for arbitrary code execution
Issue -
State: open - Opened by dgheig over 2 years ago
Labels: RFC
#4903 - Consider AST expansion or improvement etc
Issue -
State: open - Opened by youknowone over 2 years ago
#4902 - Fix `ParseErrorType::UnrecognizedToken` not to expose too much information
Issue -
State: open - Opened by youknowone over 2 years ago
- 1 comment
#4901 - PyModuleDef and #[pymodule(with(...))]
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4900 - Simpler new object / small int range const
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4899 - debug-friendly tweaks
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4898 - module objects' type as PyModule
Pull Request -
State: closed - Opened by youknowone over 2 years ago
#4897 - Reduce runtime of stdlib_collections_deque
Pull Request -
State: closed - Opened by youknowone over 2 years ago
- 6 comments
Labels: skip:ci
#4896 - RUST_BACKTRACE=1 for debugger
Pull Request -
State: closed - Opened by youknowone over 2 years ago
Labels: skip:ci
#4895 - investigate weak_ref test failing
Issue -
State: open - Opened by youknowone over 2 years ago
#4894 - [RFC] Add `visitor` capabilities to ASTs
Issue -
State: open - Opened by thejcannon over 2 years ago
- 7 comments
Labels: RFC
#4893 - Add test_pulldom.py from Cpython v3.11.2
Pull Request -
State: closed - Opened by Masorubka1 over 2 years ago
#4892 - Update test_property.py from Cpython v3.11.2
Pull Request -
State: closed - Opened by Masorubka1 over 2 years ago
- 2 comments
#4891 - Update test_pow.py from Cpython v3.11.2
Pull Request -
State: closed - Opened by Masorubka1 over 2 years ago
#4890 - Update test_posix.py from Cpython v3.11.2
Pull Request -
State: closed - Opened by Masorubka1 over 2 years ago