-
BPO | [46846](https://bugs.python.org/issue46846)
--- | :---
Nosy | @rhettinger, @larryhastings, @merwok, @AlexWaygood
*Note: these values reflect the state of the issue at the time it was migrated a…
-
### Bug description
For Python 3.9,
code
```py
# pylint: disable=consider-alternative-union-syntax
PlotlyColorScale = Union[list[str], list[tuple[Union[float, int], str]]]
```
Used as ret…
-
https://github.com/astral-sh/ruff/pull/12607 proposed a new `dango-model-with-dunder-unicode` rule that flags any `__unicode__` dunder method. We realized that this is already covered by `PLW3201` (pr…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/whatsnew…
-
Hello
I have a code:
```python
class A:
string = 'Hello'
@property
def __doc__(self):
return self.string
class MyCustomProxy(wrapt.ObjectProxy):
pass
if __n…
-
I'm picturing a subclass of `ObjectProxy` (suggested name: `StickyObjectProxy` or `ViralObjectProxy`) which wraps the result of every method called on it with itself:
```python
class StickyObjectP…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
…
-
## TLDR
Many runtime type checks are too strict by using purely builtin types. I propose using [`collections.abc`](https://docs.python.org/3/library/collections.abc.html) to broaden the accepted ty…
-
[This was originally in a [comment](https://github.com/python/mypy/issues/2904#issuecomment-946973563) by @Dreamsorcerer]
...
This issue has mostly talked about the redefinition error. But, we s…
-
### Overview:
This issue is intended to be a spot for a design discussion for how to implement a new more general delegation functionality per a suggestion from @fkiraly .
To give some context f…