-
BPO | [30748](https://bugs.python.org/issue30748)
--- | :---
Nosy | @skinny121
PRs | python/cpython#2390
*Note: these values reflect the state of the issue at the time it was migrated and might not r…
-
There seems to be no general consensus in julia except that
```julia
b = 5
nt = (a=2 + b,)
```
is a terrible idea compared to `nt = (a = 2 + b,)`
But is it worth always imposing the standard?…
-
**Affects:** PythonCall
**Describe the bug**
It seems that `pyconvert(Any, ::)` incorrectly assumes that a `recarray` can be wrapped as a `PyArray`.
```
julia> np = pyimport("numpy");
jul…
-
Scalameta should be able to support new syntax related to named tuples. This includes:
- named tuple types
- named tuple terms
- named tuples in pattern matching
Syntax changes from the SIP:
``…
-
Currently we're passing data around between pipeline steps using anonymous tuples. This is somewhat brittle and could be improved using at least named tuples, potentially even dataclasses if more invo…
mxkrn updated
10 months ago
-
Note: if you are reporting a wrong signature of a function or a class in
the standard library, then the typeshed tracker is better suited
for this report: https://github.com/python/typeshed/issues
…
-
## Reporting a bug
- [x ] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG).
- [x ] …
-
Some PyTorch operations, like max and svd, can return a (named)tuple of tensors. There are two issues with their behavior:
- they do not always return a tuple
- when they do return a tuple, they c…
-
Description:
The current code for generating an image with a marble effect on a checkerboard pattern has multiple syntax errors and compatibility issues when run with Python 3 and the Pillow library …
-
Currently when calling most of the functions it just returns a raw JSON response, and you have to manually inspect it to retrieve what you need. It would be nice to instead return a specific object th…