[3.14] gh-153668: Temporarily disable unicodectype.c optimization on WinARM64 due to compiler bug (GH-153669) - #158221
Conversation
…inARM64 due to compiler bug (python#153669) * Only disable during Release (not PGO) * Update PCbuild/pyproject.props --------- Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> (cherry picked from commit 9ea05d4) # Conflicts: # PCbuild/pythoncore.vcxproj
|
!buildbot ARM64 Windows Non-Debug |
|
🤖 New build scheduled with the buildbot fleet by @chris-eibl for commit acac7d4 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F158221%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
But this workflow did not trigger, because no related file was touched, and I don't see a way to force it manually force it via the web interface. I could do a dummy edit in |
Yeah, let's do this, would be good to know it fixes both. |
Done and applied |
|
https://github.com/python/cpython/actions/runs/36226897399/job/108362666090 is green so removing dummy edit and |
|
Thanks! |
Only disable during Release (not PGO)
Update PCbuild/pyproject.props
(cherry picked from commit 9ea05d4)
Co-authored-by: Steve Dower steve.dower@python.org
Co-authored-by: Chris Eibl 138194463+chris-eibl@users.noreply.github.com