This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients koobs, pablogsal, pitrou, scotchka, vstinner
Date 2019-03-03.20:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551646438.94.0.0249011026401.issue36114@roundup.psfhosted.org>
In-reply-to
Content
This is the state of the thread interpreter:

gdb) p tstate
$3 = (PyThreadState *) 0x80262ba10
(gdb) p tstate->interp
$4 = (PyInterpreterState *) 0xdbdbdbdbdbdbdbdb
History
Date User Action Args
2019-03-03 20:53:58pablogsalsetrecipients: + pablogsal, pitrou, vstinner, koobs, scotchka
2019-03-03 20:53:58pablogsalsetmessageid: <1551646438.94.0.0249011026401.issue36114@roundup.psfhosted.org>
2019-03-03 20:53:58pablogsallinkissue36114 messages
2019-03-03 20:53:58pablogsalcreate