-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
performancePerformance or resource usagePerformance or resource usagetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
There is a report that python.org 3.11
Windows release has slowed down on micro benchmarks:
One reason is that PyObject_Free()
is not well optimized by the latest MSVC (ver.1932 in v143 tool set), which is likely to be used for the next 3.10
official as well.
This issue has been reported to the MSVC team. However, their tools would not be fixed urgently.
Linked PRs
Metadata
Metadata
Assignees
Labels
performancePerformance or resource usagePerformance or resource usagetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error