- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message403894
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 | vstinner |
|---|---|
| Recipients | Mark.Shannon, scoder, serhiy.storchaka, vstinner |
| Date | 2021-10-14.10:52:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1634208774.89.0.821536903866.issue45247@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
My first attempt: Add PyThreadState_EnterTracing() and PyThreadState_LeaveTracing() https://github.com/python/cpython/pull/28542 It adds an abstraction on accesses to PyThreadState.tracing and PyThreadState.cframe.use_tracing members. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-10-14 10:52:54 | vstinner | set | recipients: + vstinner, scoder, Mark.Shannon, serhiy.storchaka |
| 2021-10-14 10:52:54 | vstinner | set | messageid: <1634208774.89.0.821536903866.issue45247@roundup.psfhosted.org> |
| 2021-10-14 10:52:54 | vstinner | link | issue45247 messages |
| 2021-10-14 10:52:54 | vstinner | create | |

