Message364850
tstate->frame is a borrowed references to the current frame object. It's set tp the frame at _PyEval_EvalFrameDefault() and resets to frame->f_back at _PyEval_EvalFrameDefault() exit.
Problem: when _PyCode_InitOpcache() fails, tstate->frame is not reset to frame->f_back. |
|
| Date |
User |
Action |
Args |
| 2020-03-23 14:36:53 | vstinner | set | recipients:
+ vstinner |
| 2020-03-23 14:36:53 | vstinner | set | messageid: <1584974213.54.0.484285807208.issue40048@roundup.psfhosted.org> |
| 2020-03-23 14:36:53 | vstinner | link | issue40048 messages |
| 2020-03-23 14:36:53 | vstinner | create | |
|