Skip to content

Recursions in rust code trigger segmentation faults. #2796

@DimitrisJim

Description

@DimitrisJim

Case in point, issues #2783 #2782 #2781 #2780 and #2778.

All these fail due to the same underlying reason, the rust call stack grows until a stack overflow is triggered. RustPython should be able to handle these and raise RecursionError instead, as CPython does.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions