BUG: segfault from calling __class__
on functions like atleast_1d
#28788
Labels
__class__
on functions like atleast_1d
#28788
Describe the issue:
It's possible to segfault the interpreter by calling
__class__
of certain functions.Reproduce the code example:
Error message:
Python and NumPy Versions:
Runtime Environment:
Context for the issue:
I have been fuzzing Numpy using fusil by @vstinner. I realize these crashes are unlikely to be triggered in normal usage and therefore might be of low priority.
The fuzzing was done with an ASAN free-threading clang build and not confirmed on a GILfull non-sanitizer GCC build yet.
The text was updated successfully, but these errors were encountered: