GitHub / RustPython/RustPython issues and pull requests
Labelled with: C-bug
#6137 - Importing RustPython via Git leads to failure in importing local modules.
Issue -
State: open - Opened by topcoco 3 months ago
Labels: C-bug
#6098 - Increase parameter limit for trait beyond 7 argumentsIntoPyNativeFn
Issue -
State: closed - Opened by topcoco 3 months ago
- 3 comments
Labels: C-bug
#6068 - Function `__annotations__` item order does not match CPython
Issue -
State: open - Opened by jackoconnordev 4 months ago
Labels: C-bug
#6044 - "No module named '_struct'" when using ctypes with "freeze-stdlib" feature
Issue -
State: open - Opened by 1ndahous3 4 months ago
Labels: C-bug
#6038 - `ModuleNotFoundError: No module named '_posixshmem'` when using `multiprocessing`
Issue -
State: open - Opened by WallPasq 4 months ago
Labels: C-bug
#6017 - Paste from clipboard on REPL may lose the input
Issue -
State: open - Opened by moreal 4 months ago
Labels: C-bug
#5895 - time.sleep(-1.0) causes panic
Issue -
State: closed - Opened by youknowone 5 months ago
- 2 comments
Labels: C-bug, good first issue
#5781 - Have to correct the install command of Windows
Issue -
State: open - Opened by Elimiriel 7 months ago
- 1 comment
Labels: C-bug, O-windows
#5726 - PyNumber protocol does not check for implementations in base classes
Issue -
State: open - Opened by arihant2math 7 months ago
Labels: C-bug, C-compat
#5715 - Typing related panic
Issue -
State: open - Opened by arihant2math 7 months ago
Labels: C-bug
#5690 - Panic when using Windows GUI app
Issue -
State: open - Opened by marcomq 8 months ago
Labels: C-bug
#5682 - 2025-03-17-main-21 Release doesn't compile with feature=ssl with Rust 1.86.0 on Ubuntu 24.04 due to lifetime issues
Issue -
State: closed - Opened by manoelhc 8 months ago
- 4 comments
Labels: C-bug
#5681 - pip can't be installed on Windows
Issue -
State: open - Opened by zzzy-zh86 8 months ago
Labels: C-bug
#5672 - Failed cargo install with SSL feature
Issue -
State: closed - Opened by Seanli775 8 months ago
Labels: C-bug
#5656 - Not properly checking for invalid escape seqeunce \X
Issue -
State: open - Opened by hbina 8 months ago
Labels: C-bug
#5645 - `**` dict unpacking is buggy
Issue -
State: open - Opened by youknowone 8 months ago
Labels: C-bug
#5631 - Confusing error string on typo'd module import
Issue -
State: open - Opened by leogott 8 months ago
Labels: C-bug
#5601 - Importlib problems with mpmath
Issue -
State: open - Opened by Masterchef365 9 months ago
Labels: C-bug
#5569 - test_importlib has a tendency to hang on Linux
Issue -
State: open - Opened by arihant2math 9 months ago
Labels: C-bug
#5554 - Panic on match statement execution
Issue -
State: closed - Opened by arihant2math 9 months ago
- 1 comment
Labels: C-bug
#5544 - Panic of unknown cause
Issue -
State: open - Opened by arihant2math 9 months ago
Labels: C-bug
#5543 - Different/Incorrect Behavior in Local Variable Resolution
Issue -
State: closed - Opened by anzhi0708 9 months ago
- 1 comment
Labels: C-bug
#5501 - Panic in codecs.rs
Issue -
State: closed - Opened by arihant2math 10 months ago
Labels: C-bug
#5487 - SSL certificate verification issue in RustPython
Issue -
State: open - Opened by vincent-herlemont 10 months ago
Labels: C-bug
#5460 - Boolean methods cause interpreter panic when presented with the wrong type
Issue -
State: closed - Opened by Masterchef365 11 months ago
- 1 comment
Labels: C-bug
#5429 - clippy error on `rustpython_wasm`
Issue -
State: closed - Opened by key262yek about 1 year ago
- 1 comment
Labels: C-bug, good first issue
#5428 - Cannot compile `rustpython_wasm`
Issue -
State: closed - Opened by demian3b about 1 year ago
Labels: C-bug
#5419 - Build Failure in running demo code - MacOs
Issue -
State: open - Opened by elusivenode about 1 year ago
Labels: C-bug
#5350 - Latest version does not build on arch != amd64
Issue -
State: open - Opened by williamdes over 1 year ago
Labels: C-bug
#5344 - libffi dependency fails to compile on newer compilers: both clang and gcc
Issue -
State: closed - Opened by JamesClarke7283 over 1 year ago
- 5 comments
Labels: C-bug
#5318 - Build fails on i386: error[E0412]: cannot find type `u512` in this scope
Issue -
State: open - Opened by yurivict over 1 year ago
Labels: C-bug
#5210 - "static type has not been initialized" when type lives in another module
Issue -
State: open - Opened by rockstar over 1 year ago
Labels: C-bug
#5193 - UTF8 encoding messy code
Issue -
State: closed - Opened by xiaoxstz over 1 year ago
- 7 comments
Labels: C-bug
#5190 - Fix failing unit tests
Issue -
State: closed - Opened by dchiquito over 1 year ago
- 6 comments
Labels: C-bug
#5189 - Compile error: cannot transmute between types of different sizes, or dependently-sized types [E0512]
Issue -
State: open - Opened by vvzen over 1 year ago
Labels: C-bug
#5182 - Failed cargo install with SSL feature without openssl3
Issue -
State: closed - Opened by Beanzilla over 1 year ago
- 28 comments
Labels: C-bug
#5167 - Investigate test_set.TestFrozenSet.test_hash_effectiveness performance
Issue -
State: closed - Opened by dchiquito almost 2 years ago
Labels: C-bug
#5159 - Trying to jit fibonacci function results in JitError: function can't be jitted
Issue -
State: open - Opened by ashish01 almost 2 years ago
Labels: C-bug
#5157 - zlib not found after install with `--features ssl`
Issue -
State: open - Opened by artificerchris almost 2 years ago
Labels: C-bug
#5156 - Extremely high memory consumption
Issue -
State: closed - Opened by inklesspen1rus almost 2 years ago
- 2 comments
Labels: C-bug
#5146 - Failed to get-pip on Windows
Issue -
State: closed - Opened by fu050409 almost 2 years ago
- 3 comments
Labels: C-bug
#5139 - sys.flags.int_max_str_digits is not -1
Issue -
State: closed - Opened by youknowone almost 2 years ago
- 3 comments
Labels: C-bug, good first issue
#5138 - Complex division by zero is not handled
Issue -
State: closed - Opened by youknowone almost 2 years ago
- 3 comments
Labels: C-bug, good first issue
#5133 - experienced failure when building using tag release 0.3.0
Issue -
State: closed - Opened by predators46 almost 2 years ago
- 1 comment
Labels: C-bug
#5132 - How can I fix this : could not find `profileapi` in `um`
Issue -
State: closed - Opened by deanzxl almost 2 years ago
- 3 comments
Labels: C-bug, O-windows
#5120 - the trait bound `&malachite_nz::integer::Integer: From<&BigInt>` is not satisfied
Issue -
State: closed - Opened by edreamleo about 2 years ago
- 3 comments
Labels: C-bug
#5105 - get-pip fails on ubuntu
Issue -
State: closed - Opened by iHnR about 2 years ago
- 3 comments
Labels: C-bug, C-compat, A-vm
#5065 - `py_compile!`/`py_freeze!` macros should emit call(s) to `include_bytes!` to force recompilation when input file(s) changes
Issue -
State: open - Opened by chris-laplante about 2 years ago
- 2 comments
Labels: C-bug
#5058 - Importing modules not working with WASI
Issue -
State: closed - Opened by d3lm about 2 years ago
- 10 comments
Labels: C-bug
#5048 - `hello_embed.rs` not working with `freeze-stdlib` feature
Issue -
State: closed - Opened by PitiBouchon about 2 years ago
Labels: C-bug
#5038 - error in the logic in python os module cwd output.
Issue -
State: open - Opened by ANVLISTENER over 2 years ago
- 3 comments
Labels: C-bug
#5027 - Installation error - Windows 11
Issue -
State: closed - Opened by ANVLISTENER over 2 years ago
- 2 comments
Labels: C-bug
#5022 - compiling to wasm32-wasi expects imports
Issue -
State: closed - Opened by astrale-sharp over 2 years ago
- 1 comment
Labels: C-bug
#4991 - import asyncweb in wasm-py, gives RangeError: Maximum call stack size exceeded
Issue -
State: open - Opened by dasein108 over 2 years ago
Labels: C-bug
#4989 - wasi build takes unexpectedly huge memory
Issue -
State: open - Opened by youknowone over 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 over 2 years ago
- 17 comments
Labels: C-bug, good first issue, A-vm
#4986 - Parsing multiple files at once cause stack overflow
Issue -
State: closed - Opened by qarmin over 2 years ago
- 1 comment
Labels: C-bug
#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
#4977 - Unwrap none value error on cargo run --release
Issue -
State: closed - Opened by bjoroen over 2 years ago
- 4 comments
Labels: C-bug
#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
#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
#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
#4845 - Ordered Dict fails on pop elemet
Issue -
State: closed - Opened by Masorubka1 over 2 years ago
- 8 comments
Labels: C-bug, A-stdlib
#4786 - Type name cannot contain surrogates
Issue -
State: open - Opened by DimitrisJim over 2 years ago
- 2 comments
Labels: C-bug, C-compat
#4770 - SyntaxError: match expression is not implemented yet at line 1 column 1
Issue -
State: closed - Opened by anki-code over 2 years ago
- 3 comments
Labels: C-bug, C-compat, A-compiler, A-vm
#4655 - array subclasses doesn't allow kwargs
Issue -
State: closed - Opened by youknowone over 2 years ago
- 3 comments
Labels: C-bug, A-stdlib
#4613 - Support locale for FormatSpec `n`
Issue -
State: open - Opened by youknowone over 2 years ago
- 2 comments
Labels: C-bug, C-compat, A-stdlib
#4506 - Sympy fails to import in rustpython
Issue -
State: open - Opened by jimmiebtlr almost 3 years ago
- 3 comments
Labels: C-bug, C-compat
#4493 - [RFC] Doesn't compile on Linux aarch64: expected `i8`, found `u8`
Issue -
State: closed - Opened by jonathanslenders almost 3 years ago
- 7 comments
Labels: C-bug, E-help-wanted, good first issue
#4455 - Raise TypeError when calling __new__ unsafely
Pull Request -
State: open - Opened by garychia almost 3 years ago
- 3 comments
Labels: C-bug, A-vm
#3982 - Unable to install RustPython from source with cargo install.
Issue -
State: closed - Opened by pateljoel over 3 years ago
- 9 comments
Labels: C-bug
#1979 - Payload conflicts
Issue -
State: open - Opened by BenLewis-Seequent over 5 years ago
- 2 comments
Labels: C-bug