8.3 Advanced Debugger Support
These functions are only intended to be used by advanced debugging tools.
- Return the interpreter state object at the head of the list of all such objects. New in version 2.2.
- Return the next interpreter state object after interp from the list of all such objects. New in version 2.2.
- Return the a pointer to the first PyThreadState object in the list of threads associated with the interpreter interp. New in version 2.2.
- Return the next thread state object after tstate from the list of all such objects belonging to the same PyInterpreterState object. New in version 2.2.