[Python-Dev] Encoding of PyFrameObject members (original) (raw)
Victor Stinner victor.stinner at gmail.com
Sun Feb 8 09:15:43 CET 2015
- Previous message: [Python-Dev] Encoding of PyFrameObject members
- Next message: [Python-Dev] Encoding of PyFrameObject members
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le 7 févr. 2015 22:34, "Greg Ewing" <greg.ewing at canterbury.ac.nz> a écrit : with --shared)
You might be able to use PyAddPendingCall to schedule what you want done outside the context of the signal handler.
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.
Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20150208/a94c7158/attachment.html>
- Previous message: [Python-Dev] Encoding of PyFrameObject members
- Next message: [Python-Dev] Encoding of PyFrameObject members
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]