GitHub / RustPython/RustPython issues and pull requests
Labelled with: C-compat
#6072 - `struct lconv` field mismatch RustPython and glibc
Issue -
State: closed - Opened by jackoconnordev 4 months ago
- 1 comment
Labels: C-compat
#5922 - Formatting with width and separator doesn't work correctly
Issue -
State: closed - Opened by yt2b 5 months ago
Labels: C-compat
#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
#5711 - TypeError: '|' not supported between instances of '_CallableGenericAlias' and 'NoneType'
Issue -
State: open - Opened by starpit 7 months ago
Labels: C-compat
#5566 - Incorrect order of evaluation with unpacking in expression lists and call arguments
Issue -
State: closed - Opened by ivan-shrimp 9 months ago
Labels: C-compat
#5542 - bytes.decode doesn't honor error mode
Issue -
State: closed - Opened by arihant2math 9 months ago
- 2 comments
Labels: C-compat
#5539 - Ctrl-Z on windows does not exit the shell
Issue -
State: open - Opened by arihant2math 9 months ago
Labels: C-compat
#5496 - `math.gamma(1)` not returning exactly 1
Issue -
State: closed - Opened by YoshiRulz 10 months ago
- 3 comments
Labels: C-compat
#5471 - correct representation of the maximum possible float64
Issue -
State: open - Opened by 99of9 11 months ago
Labels: C-compat
#5441 - SyntaxError when string inside fstring shares quotes.
Issue -
State: open - Opened by key262yek about 1 year ago
Labels: C-compat
#5427 - Difference between _string.formatter_parser in cpython and rustpython
Issue -
State: closed - Opened by kaanyalova about 1 year ago
- 1 comment
Labels: good first issue, C-compat, A-stdlib
#5355 - Inconsist with cpython in deleting __dict__
Issue -
State: open - Opened by Mskxn over 1 year ago
- 4 comments
Labels: good first issue, C-compat, A-stdlib
#5352 - method_descriptor need to have `__objclass__
Issue -
State: closed - Opened by youknowone over 1 year ago
Labels: C-compat, A-stdlib
#5351 - test_complex.test_underscores
Issue -
State: closed - Opened by youknowone over 1 year ago
Labels: good first issue, C-compat
#5349 - Cannot import `dns.name`: `index out of bounds: the len is 0 but the index is 0`
Issue -
State: closed - Opened by PerchunPak over 1 year ago
- 1 comment
Labels: C-compat
#5315 - await not allowed in comprehension in async def
Issue -
State: closed - Opened by youknowone over 1 year ago
- 2 comments
Labels: C-compat, A-compiler
#5252 - Update typing to 3.12
Issue -
State: open - Opened by dchiquito over 1 year ago
Labels: C-compat
#5232 - Fix test for test_field_metadata_custom_mapping
Issue -
State: open - Opened by hydrogen602 over 1 year ago
Labels: C-compat
#5223 - Using underline in an interactive environment cannot obtain the value of the last input expression.
Issue -
State: closed - Opened by mzdk100 over 1 year ago
Labels: C-compat
#5185 - AttributeError: module 'typing' has no attribute 'Unpack'
Issue -
State: open - Opened by oroppas over 1 year ago
Labels: C-compat
#5183 - Dictionary order influences parseability
Issue -
State: open - Opened by apexys over 1 year ago
Labels: C-compat
#5181 - `format()` does not support locales for 'n' presentation type
Issue -
State: open - Opened by dchiquito almost 2 years ago
Labels: C-compat
#5179 - Add `__buffer__` and `__release_buffer__` methods to builtin types
Issue -
State: open - Opened by dchiquito almost 2 years ago
Labels: C-compat
#5149 - Import typing Self Error
Issue -
State: open - Opened by forex24 almost 2 years ago
Labels: C-compat
#5137 - Mismatching abstractmethod error messages
Issue -
State: closed - Opened by youknowone almost 2 years ago
- 2 comments
Labels: good first issue, C-compat
#5113 - Signals are not handled
Issue -
State: open - Opened by olivierlemasle about 2 years ago
- 5 comments
Labels: C-compat
#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
#5103 - None.__ne__(None) behavior is changed in 3.12
Issue -
State: closed - Opened by youknowone about 2 years ago
- 7 comments
Labels: good first issue, C-compat
#5102 - Correctly support `__type_params__`
Issue -
State: open - Opened by youknowone about 2 years ago
Labels: C-compat
#5100 - request for os.system function.
Issue -
State: closed - Opened by R-LIBIN about 2 years ago
- 2 comments
Labels: C-compat
#5056 - Implement _imp._frozen_module_names
Issue -
State: closed - Opened by youknowone about 2 years ago
- 2 comments
Labels: good first issue, C-compat, A-stdlib
#5019 - Add `-X int_max_str_digits` and `PYTHONINTMAXSTRDIGITS` environment variable
Issue -
State: closed - Opened by DimitrisJim over 2 years ago
- 2 comments
Labels: good first issue, C-compat
#5010 - Add `get_int_max_str_digits` and `set_int_max_str_digits` in `sys`.
Issue -
State: closed - Opened by DimitrisJim over 2 years ago
- 2 comments
Labels: good first issue, C-compat
#4996 - PEP 695 – Type Parameter Syntax
Issue -
State: open - Opened by tjf801 over 2 years ago
- 3 comments
Labels: C-compat
#4790 - Modify unary & ternary function fields in number protocol
Pull Request -
State: closed - Opened by Snowapril over 2 years ago
- 4 comments
Labels: C-compat, A-design, A-vm
#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
#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
#4541 - sys.safe_path with Command line parameter -P and environment variable `PYTHONSAFEPATH`
Issue -
State: open - Opened by youknowone almost 3 years ago
- 2 comments
Labels: good first issue, C-compat
#4506 - Sympy fails to import in rustpython
Issue -
State: open - Opened by jimmiebtlr almost 3 years ago
- 3 comments
Labels: C-bug, C-compat
#4461 - Add basic number formatting
Pull Request -
State: closed - Opened by notJoon almost 3 years ago
- 5 comments
Labels: C-compat, A-stdlib
#4461 - Add basic number formatting
Pull Request -
State: closed - Opened by notJoon almost 3 years ago
- 5 comments
Labels: C-compat, A-stdlib
#4072 - TextIOWrapper.detach
Issue -
State: open - Opened by youknowone over 3 years ago
Labels: C-compat
#3100 - `BuiltinFunctionType` and `BuiltinMethodType` are different
Issue -
State: closed - Opened by Tetramad about 4 years ago
- 8 comments
Labels: C-compat, z-ca-2021
#1750 - list panic when size > isize::MAX
Issue -
State: closed - Opened by andrew-ld almost 6 years ago
Labels: C-compat
#1697 - time.sleep in wasm
Issue -
State: open - Opened by andrew-ld almost 6 years ago
- 7 comments
Labels: C-compat, O-wasm
#1464 - Not able to import modules like numpy or pandas
Issue -
State: open - Opened by jithendaraa about 6 years ago
- 3 comments
Labels: C-compat