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 hroncok
Recipients Mark.Shannon, hroncok, petr.viktorin, vstinner
Date 2021-05-10.11:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620647337.25.0.194211722026.issue43760@roundup.psfhosted.org>
In-reply-to
Content
I am afraid the "Speed up check for tracing in interpreter dispatch" brought some backwards incompatible changes:

yappi/_yappi.c:1261:9: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘use_tracing’; did you mean ‘tracing’?
 1261 |     ts->use_tracing = 1;
      |         ^~~~~~~~~~~
      |         tracing

This is not mentioned in https://docs.python.org/3.10/whatsnew/3.10.html and I haven't noticed the use_tracing member being deprecated. I am confused. Should this happened?
History
Date User Action Args
2021-05-10 11:48:57hroncoksetrecipients: + hroncok, vstinner, petr.viktorin, Mark.Shannon
2021-05-10 11:48:57hroncoksetmessageid: <1620647337.25.0.194211722026.issue43760@roundup.psfhosted.org>
2021-05-10 11:48:57hroncoklinkissue43760 messages
2021-05-10 11:48:57hroncokcreate