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 pablogsal
Date 2020-08-18.03:13:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597720431.79.0.216948076779.issue41571@roundup.psfhosted.org>
In-reply-to
Content
We may need to think as well how some commands interest when you are in a different thread context. For instance, stepping into something when you are in a different thread is equivalent to setting a breakpoints in the next thread instruction, so this has the same considerations as the breakpoints. We may want to disallow this or to emit some warning in this case.
History
Date User Action Args
2020-08-18 03:13:51pablogsalsetrecipients: + pablogsal
2020-08-18 03:13:51pablogsalsetmessageid: <1597720431.79.0.216948076779.issue41571@roundup.psfhosted.org>
2020-08-18 03:13:51pablogsallinkissue41571 messages
2020-08-18 03:13:51pablogsalcreate