Miro Hrončok <[email protected]> added the comment:
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?
----------
nosy: +hroncok, petr.viktorin, vstinner
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue43760>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com