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 vstinner
Recipients Guido.van.Rossum, Mark.Shannon, corona10, gvanrossum, paul.moore, serhiy.storchaka, shihai1991, shreyanavigyan, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2021-04-28.15:18:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619623132.06.0.325404894129.issue43955@roundup.psfhosted.org>
In-reply-to
Content
I ran "python -m test" on an up to date master branch (commit fe52eb62191e640e720d184a9a1a04e965b8a062), there is a single remaining issue. test_distutils failed because the deprecation warning was already emited: issue fixed by PR 25675. The other issues are gone.

Shreyan Avigyan: "Same errors."

IMO it's a mistake on your side. You ran an outdated version or you didn't rebuild Python cleanly.

"FYI test_signal is no longer modifying sys.gettrace thanks to your fix. But test_threading still does. (...) I ran the test again and test_signal still modifies sys.gettrace()"

It's not my case on my machine, again it sounds like an issue on your side.
History
Date User Action Args
2021-04-28 15:18:52vstinnersetrecipients: + vstinner, gvanrossum, tim.peters, paul.moore, tim.golden, Mark.Shannon, zach.ware, serhiy.storchaka, steve.dower, Guido.van.Rossum, corona10, shihai1991, shreyanavigyan
2021-04-28 15:18:52vstinnersetmessageid: <1619623132.06.0.325404894129.issue43955@roundup.psfhosted.org>
2021-04-28 15:18:52vstinnerlinkissue43955 messages
2021-04-28 15:18:51vstinnercreate