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 kj
Recipients Mark.Shannon, erlendaasland, gvanrossum, kj, lemburg, malin, neonene, pablogsal, paul.moore, rhettinger, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-29.14:25:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632925554.65.0.841108234173.issue45116@roundup.psfhosted.org>
In-reply-to
Content
Sadly, I can't reproduce the speedups OP reported from disabling test_patma.TestTracing. It's not any faster than what we have with PR28475. (See attached pyperformance).

I'm looking forward to their other fix :). Even if it comes in 3.10.1 that's still a huge win. I don't think everyone immediately upgrades when a new Python version arrives.

IMO, we should note in What's New that only for Windows, 3.10.0 has a slight slowdown. Some use cases are slower (by >10%!), while some people won't feel a thing. (Then again, maybe this is offset by the LOAD_ATTR opcache in 3.10 and we get a net zero effect?). I'll submit a PR soon if the full fix misses 3.10.0.
History
Date User Action Args
2021-09-29 14:25:54kjsetrecipients: + kj, lemburg, gvanrossum, rhettinger, paul.moore, vstinner, tim.golden, Mark.Shannon, zach.ware, steve.dower, malin, pablogsal, neonene, erlendaasland
2021-09-29 14:25:54kjsetmessageid: <1632925554.65.0.841108234173.issue45116@roundup.psfhosted.org>
2021-09-29 14:25:54kjlinkissue45116 messages
2021-09-29 14:25:54kjcreate