Message393379
| 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:57 | hroncok | set | recipients: + hroncok, vstinner, petr.viktorin, Mark.Shannon |
| 2021-05-10 11:48:57 | hroncok | set | messageid: <1620647337.25.0.194211722026.issue43760@roundup.psfhosted.org> |
| 2021-05-10 11:48:57 | hroncok | link | issue43760 messages |
| 2021-05-10 11:48:57 | hroncok | create | |