bpo-45371: Fix distutils' rpath support for clang#28732
bpo-45371: Fix distutils' rpath support for clang#28732miss-islington merged 1 commit intopython:mainfrom
Conversation
Signed-off-by: Christian Heimes <[email protected]>
malemburg
left a comment
There was a problem hiding this comment.
Looks good. Thanks, Christian.
|
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Signed-off-by: Christian Heimes <[email protected]> (cherry picked from commit ef61960) Co-authored-by: Christian Heimes <[email protected]>
|
GH-28733 is a backport of this pull request to the 3.10 branch. |
Signed-off-by: Christian Heimes <[email protected]> (cherry picked from commit ef61960) Co-authored-by: Christian Heimes <[email protected]>
|
GH-28734 is a backport of this pull request to the 3.9 branch. |
…H-28733) Signed-off-by: Christian Heimes <[email protected]> (cherry picked from commit ef61960) Co-authored-by: Christian Heimes <[email protected]> Automerge-Triggered-By: GH:tiran
Signed-off-by: Christian Heimes <[email protected]> (cherry picked from commit ef61960) Co-authored-by: Christian Heimes <[email protected]>
|
|
Hi @tiran, this fix seems hacky to me. distutils is deprecated and no longer synced externally, so it is not that problematic, but other fixes like this may still need to be issued and the incorrect Wouldn't this patch fix the issue? IMO, it does it in a much better way 😅 |
|
Please comment on the bpo ticket. I'll reopen it for you. |
Signed-off-by: Christian Heimes [email protected]
https://bugs.python.org/issue45371
Automerge-Triggered-By: GH:tiran