Hello all! &nbsp;I am embedding stackless inside of a libev event loop. &nbsp;I have callback functions that get run on idle and at the top of each loop that &nbsp;call PyStackless_Schedule(). &nbsp;My problem is that I can&#39;t figure out how to catch exceptions raised by tasklets and print them out. &nbsp;<div>
<br></div><div>In standard python c api, I would expect to just call PyErr_Occurred() and then PyErr_Fetch(). &nbsp;But PyErr_Occurred seems to always return NULL after calling PyStackless_Schedule(). &nbsp;Any suggestions?</div><div>
<br></div><div>Lindell Alderman</div>