<p dir="ltr"><br>
Le 7 févr. 2015 22:34, "Greg Ewing" <<a href="mailto:greg.ewing@canterbury.ac.nz">greg.ewing@canterbury.ac.nz</a>> a écrit :<br>
 with --shared)<br>
> You might be able to use Py_AddPendingCall to schedule<br>
> what you want done outside the context of the signal<br>
> handler.</p>
<p dir="ltr">I don't how it could work. You have to increment the reference counting, but also maybe increment references to other frames. Again there is no guarantee that python structures are consistent in a signal handler. While a faulthandler is only called once, a profiler is called very frequently, up to once per python instruction. Unlikely bugs become very likely.</p>
<p dir="ltr">Victor</p>