You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of matplotlib#28687, our extensions depend on `VCRUNTIME140_1.dll`, and this
was allowed because Python 3.8+ started shipping that file. The original
report in matplotlib#18292 was for Python 3.7, which didn't ship the DLL, but we
require Python 3.10 now, so it's safe again.
Since we can use that dependency, there's no need to disable the option
that started requiring it in the first place. As noted in the original
blog post [1], this will make our extensions smaller, and slightly
faster.
[1] https://devblogs.microsoft.com/cppblog/making-cpp-exception-handling-smaller-x64/
0 commit comments