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 pablogsal
Recipients Mark.Shannon, Xtrem532, erlendaasland, gvanrossum, hroncok, jpe, pablogsal, petr.viktorin, rhettinger, scoder, vstinner
Date 2021-09-21.20:39:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632256748.49.0.656827748329.issue43760@roundup.psfhosted.org>
In-reply-to
Content
Also, I personally thing there is absolutely no guarantee that Cython code generated for 3.9 should work for 3.10 and the thread state is a private structure that has undocumented fields and is not part of the stable API nor the limited API so, tstate->tracing disappearing is totally withing the guarantees between Python versions.
History
Date User Action Args
2021-09-21 20:39:08pablogsalsetrecipients: + pablogsal, gvanrossum, rhettinger, jpe, scoder, vstinner, petr.viktorin, Mark.Shannon, hroncok, erlendaasland, Xtrem532
2021-09-21 20:39:08pablogsalsetmessageid: <1632256748.49.0.656827748329.issue43760@roundup.psfhosted.org>
2021-09-21 20:39:08pablogsallinkissue43760 messages
2021-09-21 20:39:08pablogsalcreate