You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Stackless does not support the frame evaluation API "eval_frame" defined in PEP 523. Issue #240 demonstrates, that this causes undefined behavior. Instead of crashing, Stackless shall terminate with an appropriate error message.
The text was updated successfully, but these errors were encountered:
Stackless does not support custom frame evaluation functions defined by
PEP 523. If an extension module sets a custom frame evaluation function,
Stackless now terminates to prevent undefined behavior.
Stackless does not support custom frame evaluation functions defined by
PEP 523. If an extension module sets a custom frame evaluation function,
Stackless now terminates to prevent undefined behavior.
(cherry picked from commit d57b317)
Stackless does not support the frame evaluation API "eval_frame" defined in PEP 523. Issue #240 demonstrates, that this causes undefined behavior. Instead of crashing, Stackless shall terminate with an appropriate error message.
The text was updated successfully, but these errors were encountered: