- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message393385
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 | Mark.Shannon |
|---|---|
| Recipients | Mark.Shannon, hroncok, petr.viktorin, vstinner |
| Date | 2021-05-10.13:06:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1620652005.36.0.251366669641.issue43760@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
At yappi/_yappi.c:1261 sets an undocumented field on a CPython internal data structure. What did you believe that was supposed to do? use_tracing is not documented anywhere. We could add the field back and ignore it, but I doubt that would help you much. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-05-10 13:06:45 | Mark.Shannon | set | recipients: + Mark.Shannon, vstinner, petr.viktorin, hroncok |
| 2021-05-10 13:06:45 | Mark.Shannon | set | messageid: <1620652005.36.0.251366669641.issue43760@roundup.psfhosted.org> |
| 2021-05-10 13:06:45 | Mark.Shannon | link | issue43760 messages |
| 2021-05-10 13:06:45 | Mark.Shannon | create | |

