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:45Mark.Shannonsetrecipients: + Mark.Shannon, vstinner, petr.viktorin, hroncok
2021-05-10 13:06:45Mark.Shannonsetmessageid: <1620652005.36.0.251366669641.issue43760@roundup.psfhosted.org>
2021-05-10 13:06:45Mark.Shannonlinkissue43760 messages
2021-05-10 13:06:45Mark.Shannoncreate