summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build/2018-10-26-14-49-19.bpo-35059.PKsBxP.rst
blob: 262161637b1354c6386a3e2d9c60e17d3a046fc3 (plain)
1
2
3
4
PCbuild: Set InlineFunctionExpansion to OnlyExplicitInline ("/Ob1" option)
in pyproject.props in Debug mode to expand functions marked as inline. This
change should make Python compiled in Debug mode a little bit faster on
Windows.