| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit df2e964 🤖 If you want to schedule another build, you need to add the :hammer: test-with-buildbots label again. |
Sorry, something went wrong.
| PyObject *tb = PyException_GetTraceback(val); | ||
| _PyErr_Restore(tstate, exc, val, tb); | ||
| assert(exc && PyExceptionInstance_Check(exc)); | ||
| Py_INCREF(exc); |
There was a problem hiding this comment.
Subtle: this is needed because it stays on the stack when we goto exception_unwind, so the latter will POP and DECREF it.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.