[python3] fix compatibility with macOS 11 big sur#14653
[python3] fix compatibility with macOS 11 big sur#14653cenit wants to merge 1 commit intomicrosoft:masterfrom
Conversation
|
Almost sure that qt5-location is broken not because of this PR |
|
Big Sur is fixed in 3.9.0 according to the Python release notes. See #14510. |
|
This PR should be much lighter and unblock macOS 11, while waiting for the very nice update to python 3.9. The problem was especially in the new number. Nothing very serious beside that is applied in this patch, which is already in use in the homebrew port. |
|
I disagree with this approach. The patch included here was introduced into python 3.8.4 upstream but does not in fact completely support big sur, as mentioned in the python release notes. It merely fixes the error in the configure script. At bare minimum, the port should be bumped to 3.8.4 (the current release is 3.8.6). The correct fix is to adopt #14510, which is ready (except for false negatives in the baseline). |
|
See also: Python 3.8 Changelog |
|
Closed in favor of #14510 |
Describe the pull request
fix compatibility with macOS Big Sur