Decorators Break Python Tools, Don't Use Decorators Where Not Necessary
Open
- Dominant language
- Python
- Stars
- 73
- Forks
- 26
- Avg merge
- 7h 3m
- Merged PRs (30d)
- 2
Description
https://github.com/inducer/pytools/blob/c3fc7f0ccc8e0657a06e5c5bde4fff4031bbbd81/pytools/__init__.py#L2984
```py
#@dataclass_transform(frozen_default=True) #!!! breaks pycuda !!!#
@dataclass_transform()
def opt_frozen_dataclass(
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.