Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

assertion failure in ceval.c #235

Closed
Closed
@akruis

Description

@akruis

I just got the following assertion failure using Stackless 3.7.5 compiled with --with-pydebug

python: Python/ceval.c:2035: slp_eval_frame_value: Assertion `f->f_execute == slp_eval_frame_value || f->f_execute == slp_eval_frame_noval || f->f_execute == slp_eval_frame_setup_with || f->f_execute == slp_eval_frame_with_cleanup || 0' failed.

What's the cause of this failure? The value of f->execute is When I added slp_eval_frame_yield_from (bb9dc7a, #188) I didn't add this function to the assert.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions