|
Hum, https://bugs.python.org/issue39877 strikes back. One more time. I wrote PR #19080 to fix crashes. |
|
I merged PR #19080. I rebased this PR on top of it. |
|
Oh, test_gdb failed on Travis CI beause gdb fails to get some Python frames: |
I created https://bugs.python.org/issue40019 to fix this issue. I added PR #19081 commit to this PR to test if PR #19081 fix https://bugs.python.org/issue40019. |
* Add eval_frame_handle_pending() helper function: cold code path. * Fix PyEval_ReleaseLock(): don't dereference tstate if it's NULL.
https://bugs.python.org/issue40010