◐ Shell
clean mode source ↗

bpo-41100: Stripping '-arch arm64' didn't work after all by ronaldoussoren · Pull Request #23280 · python/cpython

A last minute change to #22855 tried to remove all instances of "-arch arm64" instead of just the first one. That resulted in breaking that code :-(. This PR traverses the list in reverse order to avoid looking at items beyond the end of the list.

https://bugs.python.org/issue41100