Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks#20171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ned-deily merged 1 commit intopython:masterfromned-deily:bpo-34956-tk-library-fw
May 18, 2020

Conversation

@ned-deily
Copy link
Member

@ned-deilyned-deily commentedMay 18, 2020
edited by bedevere-bot
Loading

_tkinter now builds and links with non-system Tcl and Tk frameworks if they
are installed in /Library/Frameworks as had been the case on older releases
of macOS. If a macOS SDK is explicitly configured, by using ./configure
--enable-universalsdk= or -isysroot, only a Library/Frameworks directory in
the SDK itself is searched. The default behavior can still be overridden with
configure --with-tcltk-includes and --with-tcltk-libs.

https://bugs.python.org/issue34956

_tkinter now builds and links with non-system Tcl and Tk frameworks if theyare installed in /Library/Frameworks as had been the case on older releasesof macOS. If a macOS SDK is explicitly configured, by using ./configure--enable-universalsdk= or -isysroot, only a Library/Frameworks directory inthe SDK itself is searched. The default behavior can still be overridden withconfigure --with-tcltk-includes and --with-tcltk-libs.
@ned-deilyned-deilyforce-pushed thebpo-34956-tk-library-fw branch frome0324cc toc09c524CompareMay 18, 2020 08:09
@ned-deilyned-deily merged commit1731d6d intopython:masterMay 18, 2020
@ned-deilyned-deily deleted the bpo-34956-tk-library-fw branchMay 18, 2020 08:33
arturoescaip pushed a commit to arturoescaip/cpython that referenced this pull requestMay 24, 2020
…ythonGH-20171)_tkinter now builds and links with non-system Tcl and Tk frameworks if theyare installed in /Library/Frameworks as had been the case on older releasesof macOS. If a macOS SDK is explicitly configured, by using ./configure--enable-universalsdk= or -isysroot, only a Library/Frameworks directory inthe SDK itself is searched. The default behavior can still be overridden withconfigure --with-tcltk-includes and --with-tcltk-libs.
claui added a commit to Homebrew/formula-patches that referenced this pull requestJul 15, 2020
This set of patches includes the following upstream pull requests,in this order:- PR 20171, "Fix _tkinter use"python/cpython#20171  (prerequisite for patch #21249 to apply)- PR 21114, "Support `arm64` in Mac/Tools/pythonw"python/cpython#21114- PR 21224, "allow python to build for macosx-11.0-arm64"python/cpython#21224- PR 21249, "ctypes fixes for arm64 Mac OS"python/cpython#21249The patches for 20171 and 21249 have been minimally modified in orderto backport them to 3.8.3.Note that these have been successfully tested for `python@3.8`but not for `python@3.7`.The patch directive should be surrounded by an `if Hardware::CPU.arm?`block.
claui pushed a commit to xvilo/homebrew-core that referenced this pull requestJul 15, 2020
This replaces the three unmerged PR patches with a hostedformula patch.This includes the following upstream pull requests:-python/cpython#20171, "Fix _tkinter use" (prerequisite for 21249)-python/cpython#21114, "Support arm64 in Mac/Tools/pythonw"-python/cpython#21224, "allow python to build for macosx-11.0-arm64"-python/cpython#21249, "ctypes fixes for arm64 Mac OS"See also:-Homebrew/formula-patches#292
BrewTestBot pushed a commit to Homebrew/homebrew-core that referenced this pull requestJul 16, 2020
This replaces the three unmerged PR patches with a hostedformula patch.This includes the following upstream pull requests:-python/cpython#20171, "Fix _tkinter use" (prerequisite for 21249)-python/cpython#21114, "Support arm64 in Mac/Tools/pythonw"-python/cpython#21224, "allow python to build for macosx-11.0-arm64"-python/cpython#21249, "ctypes fixes for arm64 Mac OS"See also:-Homebrew/formula-patches#292Closes#57997.Signed-off-by: Claudia Pellegrino <1239874+claui@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@ned-deily@the-knights-who-say-ni@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp