[issue43168] macOS python install shares /usr/local with homebrew and can conflict

2021-02-08 Thread Ned Deily
Ned Deily added the comment: Similar to Issue43167, there already is a mechanism to do that: on the "Installation Type" window of the macOS installer app sequeence, select "Customize" and then deselect the "UNIX command-line tools" package. Another option

[issue43167] macOS python install need mechanism to prevent editing shell profile files

2021-02-08 Thread Ned Deily
Change by Ned Deily : -- components: +macOS nosy: +ronaldoussoren ___ Python tracker <https://bugs.python.org/issue43167> ___ ___ Python-bugs-list mailin

[issue43167] macOS python install need mechanism to prevent editing shell profile files

2021-02-08 Thread Ned Deily
Ned Deily added the comment: There already is a mechanism to do that: on the "Installation Type" window of the macOS installer app sequeence, select "Customize" and then deselect the "Shell profile update" package. Another option is to use the macOS "in

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2021-02-04 Thread Ned Deily
Ned Deily added the comment: > The change to re-enable the previously crashing test will first be released > in 3.9.2 It's also in the recently-released 3.10.0a5 release preview. -- ___ Python tracker <https://bugs.python.org/i

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2021-02-04 Thread Ned Deily
Ned Deily added the comment: > was it tested on macOS 11.2 ? > Tests fail there with Python 3.9.1 The change to re-enable the previously crashing test will first be released in 3.9.2 and AFAICT no longer causes a crash. There are other Tk-related test failures on macOS with Tk

[issue42988] [security] Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem

2021-02-03 Thread Ned Deily
Change by Ned Deily : -- priority: release blocker -> critical ___ Python tracker <https://bugs.python.org/issue42988> ___ ___ Python-bugs-list mailing list Un

[issue42688] ctypes memory error on Apple Silicon with external libffi

2021-01-31 Thread Ned Deily
Ned Deily added the comment: New changeset 7e729978fa08a360cbf936dc215ba7dd25a06a08 by Miss Islington (bot) in branch '3.9': bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) (GH-23888) https://github.com/python/cpython/commit

[issue43052] _dyld_shared_cache_contains_path needs SYSTEM_VERSION_COMPAT=0

2021-01-31 Thread Ned Deily
Ned Deily added the comment: > This can be observed by using the python 3.9.1 universal2 installer and using > it on > x86_64 Big Sur or with Rossetta 2 on arm64 Big Sur. When not manually setting SYSTEM_VERSION_COMPAT=1, I cannot reproduce this behavior on current Big Sur (11.1

[issue42504] Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur

2021-01-31 Thread Ned Deily
Ned Deily added the comment: New changeset d6675fee1aac1af87dc31c411d04a5bfc1f39079 by Miss Islington (bot) in branch '3.9': bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410) https://github.com/python/cpython/commit

[issue42504] Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur

2021-01-31 Thread Ned Deily
Ned Deily added the comment: New changeset 49926cf2bcc8b44d9b8f148d81979ada191dd9d5 by Ronald Oussoren in branch 'master': bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) https://github.com/python/cpython/commit

[issue29076] Mac installer shell updater script silently fails if default shell is fish

2021-01-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue29076] Mac installer shell updater script silently fails if default shell is fish

2021-01-28 Thread Ned Deily
Ned Deily added the comment: New changeset 81b23a9b148b60f8f541e4b06e1d88c58644e3b8 by Miss Islington (bot) in branch '3.8': bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938) https://github.com/python/cpython/commit/81b23a9b148b60f8f541e4b06e1d88c58644e3b8

[issue29076] Mac installer shell updater script silently fails if default shell is fish

2021-01-28 Thread Ned Deily
Ned Deily added the comment: New changeset e9c6c26aff08e4c7bc6f1e8015cdd8edcc92dbef by Miss Islington (bot) in branch '3.9': bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937) https://github.com/python/cpython/commit/e9c6c26aff08e4c7bc6f1e8015cdd8edcc92dbef

[issue42988] [security] Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem

2021-01-28 Thread Ned Deily
Ned Deily added the comment: Resolution of this issue is blocking 3.7.x and 3.6.x security releases and threatens to block upcoming maintenance releases. -- nosy: +lukasz.langa, ned.deily priority: normal -> release blocker title: Information disclosure via pydoc -p: /getfile?

[issue42967] [security] urllib.parse.parse_qsl(): Web cache poisoning - `; ` as a query args separator

2021-01-28 Thread Ned Deily
Ned Deily added the comment: Resolution of this issue is blocking 3.7.x and 3.6.x security releases and threatens to block upcoming maintenance releases. -- nosy: +lukasz.langa, ned.deily priority: normal -> release blocker ___ Python trac

[issue42819] readline 8.1 bracketed paste

2021-01-28 Thread Ned Deily
Change by Ned Deily : -- nosy: +twouters ___ Python tracker <https://bugs.python.org/issue42819> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43038] ensurepip: tries to use setup.py/setup.cfg

2021-01-27 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This behavior has been reported in open issue issue42050. Feel free to add to the discussion there. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> ensurepip

[issue35523] Remove old ctypes callback workaround: creating the first instance of a callback

2021-01-25 Thread Ned Deily
Ned Deily added the comment: It is certainly not good that some of the vfx users are seeing a crash. On the other hand, at this stage of Python 3.7's life cycle only security-related fixes are accepted as a primary goal is to keep 3.7 as stable and unchanged as possible for those users

[issue36344] install_certificates.command too complicated

2021-01-19 Thread Ned Deily
Ned Deily added the comment: > What exactly is the backport status for this issue, and is there anything > with more info for this user? Python 3.6 has been in the security-fix-only phase of its life cycle since 2018-12 which means that python.org binary installers for Mac or W

[issue42938] [security] ctypes double representation BoF

2021-01-18 Thread Ned Deily
Change by Ned Deily : -- keywords: +security_issue priority: normal -> high versions: +Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issu

[issue42880] ctypes: variadic function call still doesn't work on Apple Silicon

2021-01-11 Thread Ned Deily
Ned Deily added the comment: > Seems that we are getting the same libffi.dylib. I suppose it is still possible that another libffi is being found first. To be absolutely sure, you could ask dyld to print the loaded libraries: $ DYLD_PRINT_LIBRARIES=1 python3.9 test_main.py [...] d

[issue42874] running configure on Solaris 10 gives grep "illegal option" errors

2021-01-10 Thread Ned Deily
Change by Ned Deily : -- components: +Build -Installation ___ Python tracker <https://bugs.python.org/issue42874> ___ ___ Python-bugs-list mailing list Unsub

[issue42874] running configure on Solaris 10 gives grep "illegal option" errors

2021-01-10 Thread Ned Deily
Change by Ned Deily : -- title: configure errors -> running configure on Solaris 10 gives grep "illegal option" errors ___ Python tracker <https://bugs.pytho

[issue42880] ctypes: variadic function call still doesn't work on Apple Silicon

2021-01-10 Thread Ned Deily
Ned Deily added the comment: Yes, otool should work. Something like: $ otool -L $(python3.9 -c 'import _ctypes;print(_ctypes.__file__)') /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so: /usr/lib/libffi.dylib (compatibility

[issue42880] ctypes: variadic function call still doesn't work on Apple Silicon

2021-01-10 Thread Ned Deily
Ned Deily added the comment: (I also get *34* when building v3.10.0a4 from source on the M1 with 11.1 and Xcode 12.3.) -- ___ Python tracker <https://bugs.python.org/issue42

[issue42880] ctypes: variadic function call still doesn't work on Apple Silicon

2021-01-10 Thread Ned Deily
Ned Deily added the comment: I tried your test programs on a M1 Mac running macOS 11.1 with the latest macOS universal2 Pythons available from python.org (https://www.python.org/downloads/), 3.9.1 and 3.10.0a4, and both produced the same (correct) result as in your 3.8 example. Are you

[issue42880] ctypes: variadic function call still doesn't work on Apple Silicon

2021-01-10 Thread Ned Deily
Change by Ned Deily : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issue42880> ___ ___ Python-bugs-list m

[issue42850] Process hangs when calling urllib.request in a multiprocessing.Process with import of sounddevice package

2021-01-08 Thread Ned Deily
Ned Deily added the comment: Also note that there are known problems with using the "fork" start method of multiprocessing on macOS. As of Python 3.8, the default start methord on macOS is now "spawn": https://docs.python.org/3.9/library/multiprocessing.html#contexts-an

[issue42865] sysconfig appends CFLAGS to LD

2021-01-08 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue42865> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2021-01-08 Thread Ned Deily
Ned Deily added the comment: > I am running macOS Big Sur Version 11.1 on Silicon and still get the error > about the missing lzma.h file. Unfortunately, Apple does not include the XZ library with macOS so, to build that module, you will need to supply a copy from another source,

[issue38946] IDLE on macOS 10.15 Catalina does not open double-clicked files if app already launched

2021-01-05 Thread Ned Deily
Ned Deily added the comment: Thanks, Ronald and others. I have done some testing now with macOS 11 Big Sur and retested on 10.15 Catalina and with various versions of Tk and what I am seeing is as follows. - On macOS 11.1 Big Sur with IDLE.app from the python.org 3.9.1 universal2 installer

[issue42541] Tkinter colours wrong on MacOS universal2

2021-01-04 Thread Ned Deily
Ned Deily added the comment: As Ronald notes, as of 3.9.1, we are for the immediate future providing two macOS installer variants: the traditional 10.9+ Intel-64 variant that is built on 10.9 and includes Tk 8.6.8 and the new "experimental" 10.9+ "universal2" (Apple

[issue42692] Build fails on macOS when compiler doesn't define __has_builtin

2021-01-04 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue42692] Build fails on macOS when compiler doesn't define __has_builtin

2021-01-04 Thread Ned Deily
Ned Deily added the comment: New changeset eedeaef1f22d27264ce9b031da80fe2485e85e69 by Miss Islington (bot) in branch '3.9': bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24090) https://github.com/python/cpython/commit/eedeaef1f22d27264ce9b031da80fe2485e85e69

[issue41837] Upgrade installers to OpenSSL 1.1.1i

2021-01-04 Thread Ned Deily
Ned Deily added the comment: New changeset 76489dd2998ac70ffb300d612792a7238c03438c by Miss Islington (bot) in branch '3.9': bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH-24083) https://github.com/python/cpython/commit/76489dd2998ac70ffb300d612792a7238c03438c

[issue41837] Upgrade installers to OpenSSL 1.1.1i

2021-01-04 Thread Ned Deily
Ned Deily added the comment: New changeset f24ac455521e46bf9f6c7971aec0e4abec4451c4 by Miss Islington (bot) in branch '3.8': bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#24084) https://github.com/python/cpython/commit/f24ac455521e46bf9f6c7971aec0e4abec4451c4

[issue42361] Use Tcl/Tk 8.6.10 in build-installer.py when building on recent macOS

2021-01-04 Thread Ned Deily
Ned Deily added the comment: New changeset a38e04b566879a5040ea97428d7ee4331d76513f by Ned Deily in branch 'master': bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081) https://github.com/python/cpython/commit/a38e04b566879a5040ea97428d7ee4331d76513f

[issue41837] Upgrade installers to OpenSSL 1.1.1i

2021-01-04 Thread Ned Deily
Change by Ned Deily : -- title: Upgrade installers to OpenSSL 1.1.1h -> Upgrade installers to OpenSSL 1.1.1i ___ Python tracker <https://bugs.python.org/issu

[issue41837] Upgrade installers to OpenSSL 1.1.1h

2021-01-04 Thread Ned Deily
Ned Deily added the comment: New changeset 14097a2785414c728d41d8d730a469a8c46ecdb9 by Ned Deily in branch 'master': bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) https://github.com/python/cpython/commit/14097a2785414c728d41d8d730a469a8c46ecdb9

[issue42361] Use Tcl/Tk 8.6.10 in build-installer.py when building on recent macOS

2021-01-04 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +22915 pull_request: https://github.com/python/cpython/pull/24081 ___ Python tracker <https://bugs.python.org/issue42

[issue41837] Upgrade installers to OpenSSL 1.1.1h

2021-01-04 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +22914 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24080 ___ Python tracker <https://bugs.python.org/issu

[issue42584] Upgrade macOS and Windows installers to use SQLite 3.34.0

2021-01-03 Thread Ned Deily
Ned Deily added the comment: New changeset c94ee13ad596d26d1859078bc09806aa59bb by Erlend Egeberg Aasland in branch 'master': bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) https://github.com/python/cpython/commit/c94ee13ad596d26d1859078bc09806aa59bb

[issue42794] test_nntplib fails on CI

2021-01-01 Thread Ned Deily
Ned Deily added the comment: New changeset 546baba63a446e261d0248338f9034e56eccfc46 by Miss Islington (bot) in branch '3.6': bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) (GH-24042) https://github.com/python/cpython/commit

[issue42794] test_nntplib fails on CI

2021-01-01 Thread Ned Deily
Ned Deily added the comment: New changeset 8200ee66697601a8766f234d6eb8e4c8735216fd by Miss Islington (bot) in branch '3.7': bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) (GH-24041) https://github.com/python/cpython/commit

[issue42257] platform.libc_ver() doesn't consider in case of executable is empty string

2020-12-25 Thread Ned Deily
Change by Ned Deily : -- nosy: +lemburg ___ Python tracker <https://bugs.python.org/issue42257> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42691] macOS 11.1 + Homebrew 2.6.2 + Python 3.9.1 = "IDLE" crash

2020-12-21 Thread Ned Deily
Ned Deily added the comment: > Should I do something with this now or just wait for updates? I'd wait for a Homebrew recipe update. -- ___ Python tracker <https://bugs.python.org/issu

[issue42691] macOS 11.1 + Homebrew 2.6.2 + Python 3.9.1 = "IDLE" crash

2020-12-21 Thread Ned Deily
Ned Deily added the comment: If you are not using Tcl and Tk framework builds installed in /Library, you use the configure or make options: --with-tcltk-includes='-I...' override search for Tcl and Tk include files --with-tcltk-libs='-L

[issue42691] macOS 11.1 + Homebrew 2.6.2 + Python 3.9.1 = "IDLE" crash

2020-12-21 Thread Ned Deily
Ned Deily added the comment: > I have tried to update tcl-tk with the homebrew, but in command line I see 8.5 > Could you please help me to fix this tcl-tk problem? You should check with the Homebrew project; we have no insight into or control over their packaging choices. Goo

[issue42701] Discrepency between configure.ac and configure

2020-12-21 Thread Ned Deily
Change by Ned Deily : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue42701> ___ ___ Python-bugs-list

[issue42704] [macOS] [python3.7] : platform.machine() returns x86_64 on ARM machine

2020-12-21 Thread Ned Deily
Change by Ned Deily : -- status: open -> closed ___ Python tracker <https://bugs.python.org/issue42704> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue42704] [macOS] [python3.7] : platform.machine() returns x86_64 on ARM machine

2020-12-21 Thread Ned Deily
Ned Deily added the comment: Note also that Python 3.7 is now in the security-fix-only phase of its lifecycle meaning it no longer receives non-security bug fixes and binary installers for it will no longer be produced. In particular, Pygthon 3.7 has not been updated for macOS 11 and Apple

[issue42691] macOS 11.1 + Homebrew 2.6.2 + Python 3.9.1 = "IDLE" crash

2020-12-20 Thread Ned Deily
Ned Deily added the comment: This is the same sort of crash of a Homebrew Python as reported in Issue42480 and the root cause is the same: the Homebrew recipe is allowing building and linking with the known faulty and deprecated Apple-provided system Tcl and Tk 8.5.9 frameworks. It needs

[issue42480] Python Tkinter crashes on macOS 11.1 beta

2020-12-20 Thread Ned Deily
Ned Deily added the comment: @fxcoudert: If you are trying to link with the Apple-provided system Tcl and Tk frameworks, don't. They have been seriously broken since macOS 10.7 and stuck at Tk 8.5.9. The only visible Apple action has been to deprecate them. Any Python on macOS that claims

[issue42640] tkinter throws exception when key is pressed

2020-12-20 Thread Ned Deily
Ned Deily added the comment: As explained above, this crash will happen with any Python that links to the deprecated Apple-supplied system Tk framework in macOS versions from macOS 10.7 to 11 Big Sur. If you want to use tkinter, you need to use a Python that links to a newer version of Tk

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread Ned Deily
Ned Deily added the comment: Thanks, Matt, for the documentation PR. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.5, Python 3.6 ___ Python tracke

[issue17140] Document multiprocessing.pool.ThreadPool

2020-12-18 Thread Ned Deily
Ned Deily added the comment: New changeset 00278d4e616315e64557bff014574c079e6e96ff by Miss Islington (bot) in branch '3.7': bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836) https://github.com/python/cpython/commit/00278d4e616315e64557bff014574c079e6e96ff

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- hgrepos: -395 ___ Python tracker <https://bugs.python.org/issue19733> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : Removed file: https://bugs.python.org/file49686/IMAG0215(5).jpg ___ Python tracker <https://bugs.python.org/issue19733> ___ ___ Python-bugs-list m

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg383148 ___ Python tracker <https://bugs.python.org/issue19733> ___ ___ Python-bugs-list m

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg383147 ___ Python tracker <https://bugs.python.org/issue19733> ___ ___ Python-bugs-list m

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg383146 ___ Python tracker <https://bugs.python.org/issue19733> ___ ___ Python-bugs-list m

[issue42640] tkinter throws exception when key is pressed

2020-12-14 Thread Ned Deily
Ned Deily added the comment: > Which version of TK 8.5.X fixes this, 8.5.18.0? Yes, that version of Tk 8.5 does not have this problem. But Tk 8.5 is no longer supported by the Tcl project; we recommend the use of Tk 8.6. In general, you usually cannot just swap Tk versions; the Pyt

[issue42640] tkinter throws exception when key is pressed

2020-12-14 Thread Ned Deily
Ned Deily added the comment: The problem here undoubtedly is that the Python you are using is linked with the Apple-provided system version of Tk 8.5.9 which exhibits this nasty behavior of crashing when pressing a composing key. The system version of Tk is woefully out of date with other

[issue40791] hmac.compare_digest could try harder to be constant-time.

2020-12-14 Thread Ned Deily
Ned Deily added the comment: > Any reason this wasn't backported to 3.6? Just an oversight. Thanks for pointing it out. -- versions: +Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue40791] hmac.compare_digest could try harder to be constant-time.

2020-12-14 Thread Ned Deily
Ned Deily added the comment: New changeset 8bef9ebb1b88cfa4b2a38b93fe4ea22015d8254a by Miss Islington (bot) in branch '3.6': bpo-40791: Make compare_digest more constant-time. (GH-23438) (GH-23767) https://github.com/python/cpython/commit/8bef9ebb1b88cfa4b2a38b93fe4ea22015d8254a

[issue42598] Some configure checks rely on implicit function declaration

2020-12-13 Thread Ned Deily
Ned Deily added the comment: Thanks for noticing the failures and for the PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker <https://bugs.python.or

[issue42598] Some configure checks rely on implicit function declaration

2020-12-13 Thread Ned Deily
Ned Deily added the comment: New changeset 9feda9f871498463fe502d63204cf9cd6c1f4706 by Miss Islington (bot) in branch '3.8': bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23757) https://github.com/python/cpython/commit/9feda9f871498463fe502d63204cf9cd6c1f4706

[issue42598] Some configure checks rely on implicit function declaration

2020-12-13 Thread Ned Deily
Ned Deily added the comment: New changeset 3dcdbdeb4833e45430ccc9cb3432f779a6fd8c94 by Miss Islington (bot) in branch '3.9': bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23756) https://github.com/python/cpython/commit/3dcdbdeb4833e45430ccc9cb3432f779a6fd8c94

[issue42598] Some configure checks rely on implicit function declaration

2020-12-13 Thread Ned Deily
Ned Deily added the comment: New changeset 674fa0a740151e0416c9383f127b16014e805990 by Joshua Root in branch 'master': bpo-42598: Fix implicit function declarations in configure (GH-23690) https://github.com/python/cpython/commit/674fa0a740151e0416c9383f127b16014e805990 -- nosy

[issue41100] Support macOS 11 and Apple Silicon Macs

2020-12-13 Thread Ned Deily
Ned Deily added the comment: > Are there plans to backport PR 22855 to any branches older than 3.9? The plan is to also support 3.8 on Big Sur and Apple Silicon as 3.8 is still in bugfix mode. There are no plans to backport support to 3.7 and 3.6 which are in the security-fix-only ph

[issue42608] Installation failed from source code on Debian ([307/416] test_socket)

2020-12-13 Thread Ned Deily
Ned Deily added the comment: Also, I have seen test_socket hang like this in the past on Debian when building with older versions of openssl 1.1.0. If possible, try upgrading to a later or current version of openssl 1.1.0. -- nosy: +ned.deily

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2020-12-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue42603> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42508] macOS IDLE with Tk 8.6.10 in 3.9.1rc1 universal2 installer fails smoke test

2020-12-06 Thread Ned Deily
Ned Deily added the comment: New changeset 2a9a883d361d37b40fb0b0011dd300bb83ceb73c by Miss Islington (bot) in branch '3.9': bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669) https://github.com/python/cpython/commit/2a9a883d361d37b40fb0b0011dd300bb83ceb73c

[issue42508] macOS IDLE with Tk 8.6.10 in 3.9.1rc1 universal2 installer fails smoke test

2020-12-06 Thread Ned Deily
Ned Deily added the comment: New changeset 57e511361047895231f5ee7abfdfbbc60e11d2db by Terry Jan Reedy in branch 'master': bpo-42508: Keep IDLE running on macOS (GH-23577) https://github.com/python/cpython/commit/57e511361047895231f5ee7abfdfbbc60e11d2db

[issue42579] Solution from gh#python/cpython#13236 unnecessarily binds building of documentation to the latest version of Sphinx

2020-12-06 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue42579> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue42581] Docs site redirection doesn't work for 3.9

2020-12-06 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue42581> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2020-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset 06002b3f0d4570424feef37103c7e9b7d16bd63d by Miss Islington (bot) in branch '3.9': [3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH-23650) https://github.com/python/cpython/commit/06002b3f0d4570424feef37103c7e9b7d16bd63d

[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2020-12-04 Thread Ned Deily
Ned Deily added the comment: New changeset 29afab6c5f656f07ac85c9b2cf089631b2557a11 by Ned Deily in branch 'master': bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) https://github.com/python/cpython/commit/29afab6c5f656f07ac85c9b2cf089631b2557a11

[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2020-12-04 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +22517 pull_request: https://github.com/python/cpython/pull/23649 ___ Python tracker <https://bugs.python.org/issue41

[issue42541] Tkinter colours wrong on MacOS universal2

2020-12-03 Thread Ned Deily
Ned Deily added the comment: I agree that moving forward (using an unreleased 8.6.10+ snapshot) is better than moving backwards (back to 8.6.9). Perhaps Marc or Kevin can suggest Tcl and Tk dev heads to use. -- nosy: +culler ___ Python tracker

[issue42507] test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10

2020-12-03 Thread Ned Deily
Ned Deily added the comment: OK, thanks for the clarification, Terry. Considering that our tkinter tests make assumptions about the underlying Tk widgets behavior, assumptions not necessarily shared by the Tk developers :), these kind of version-dependent failures are a risk

[issue42504] Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur

2020-12-03 Thread Ned Deily
Ned Deily added the comment: I agree with Ronald that it would be safest if the sysconfigs (all of them) always returned deployment target as a string and I would be fine with a PR that did that. That doesn't mean that the already applied PR needs to be changed, though, right? Just extra

[issue42554] distutils.util.get_platform() depends on minor version for macOS 11

2020-12-03 Thread Ned Deily
Change by Ned Deily : -- components: +Distutils, macOS nosy: +dstufft, eric.araujo, ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issue42

[issue42504] Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur

2020-12-02 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.10, Python 3.8 ___ Python tracker <https://bugs.python.org/issue42504> ___ ___ Python-bugs-list mailing list Unsub

[issue42504] Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur

2020-12-02 Thread Ned Deily
Ned Deily added the comment: New changeset 5291639e611dc3f55a34666036f2c3424648ba50 by FX Coudert in branch 'master': bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) https://github.com/python/cpython/commit/5291639e611dc3f55a34666036f2c3424648ba50

[issue42507] test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10

2020-12-02 Thread Ned Deily
Ned Deily added the comment: Terry: > It might be the tk/tkinter build, not the tests, that is at fault. Can you elaborate? -- ___ Python tracker <https://bugs.python.org/issu

[issue42541] Tkinter colours wrong on MacOS universal2

2020-12-02 Thread Ned Deily
Ned Deily added the comment: Thanks for checking, Kevin. Is there any update on when we can expect a Tk 8.6.11? It's been over a year now since 8.6.10 and there have been so many macOS-related changes that have gone into Tk since then. It's really not fair to ask downstream packagers, like

[issue42523] using windows doc incorrectly states version support

2020-12-01 Thread Ned Deily
Change by Ned Deily : -- nosy: +steve.dower ___ Python tracker <https://bugs.python.org/issue42523> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42507] test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10

2020-11-30 Thread Ned Deily
Ned Deily added the comment: I tested on 3.9 with the backport of GH-23474 merged. The six failures are still there plus there is now an additional failure: == FAIL: test_horizontal_range

[issue42508] macOS IDLE with Tk 8.6.10 in 3.9.1rc1 universal2 installer fails smoke test

2020-11-29 Thread Ned Deily
New submission from Ned Deily : An IDLE installation manual smoke test gives odd behavior when run on macOS using the Tcl/Tk 8.6.10 introduced with the new macOS universal2 installer variant as of 3.9.1rc1. The test behaves as expected (without the duplicate and spurious error messages

[issue42507] test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10

2020-11-29 Thread Ned Deily
Change by Ned Deily : -- nosy: +serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue42507> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42507] test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10

2020-11-29 Thread Ned Deily
New submission from Ned Deily : As of 3.9.1rc1 (and coming soon to 3.10.x and 3.8.x), we now provide a new additional macOS universal2 installer variant that, for various reasons, provides a built-in version of Tcl/Tk 8.6.10, instead of 8.6.8 as has been provided with the 10.9 installer

[issue41837] Upgrade installers to OpenSSL 1.1.1h

2020-11-29 Thread Ned Deily
Ned Deily added the comment: Christian, ping? -- ___ Python tracker <https://bugs.python.org/issue41837> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42480] Python Tkinter crashes on macOS 11.1 beta

2020-11-28 Thread Ned Deily
Ned Deily added the comment: If Homebrew links against the Apple-supplied Tcl and Tk frameworks, which are in /System/Library/Frameworks, all bets are off as those are deprecated and hopelessly out-of-date versions of Tcl/Tk 8.5. If tkinter is linked to Tcl and Tk frameworks in /Library

[issue42480] Python Tkinter crashes on macOS 11.1 beta

2020-11-28 Thread Ned Deily
Ned Deily added the comment: I've installed the 11.1 beta (of 2020-11-17) on an Intel-64 virtual machine and installed and run the test suite for the recently released 3.9.1rc1 Universal2 binaries from python.org. The tests, including tkinter tests, run similarly to how they do on 11.0.1

[issue42480] Python Tkinter crashes on macOS 11.1 beta

2020-11-27 Thread Ned Deily
Change by Ned Deily : -- components: +macOS -Tkinter nosy: +ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issue42480> ___ ___ Python-bug

[issue42471] Slowdown in socket tests noticed since Py3.8

2020-11-26 Thread Ned Deily
Ned Deily added the comment: Do your tests use the multiprocessing module? As of 3.8, the default start method for multiprocessing on macOS was changed from “fork” to “spawn”: https://docs.python.org/3.8/library/multiprocessing.html#contexts-and-start-methods -- nosy: +ned.deily

[issue41100] Support macOS 11 and Apple Silicon Macs

2020-11-23 Thread Ned Deily
Ned Deily added the comment: New changeset 96d906b144e6e6aa96c5ffebecbcc5d38034bbda by Miss Islington (bot) in branch '3.9': bpo-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486) https://github.com/python/cpython/commit/96d906b144e6e6aa96c5ffebecbcc5d38034bbda

[issue41100] Support macOS 11 and Apple Silicon Macs

2020-11-23 Thread Ned Deily
Ned Deily added the comment: New changeset c0c23ea72b76b06b7db0d09415fa90bab8ded63a by Ned Deily in branch 'master': bpo-41100: in test_platform, ignore 10.16 (GH-23485) https://github.com/python/cpython/commit/c0c23ea72b76b06b7db0d09415fa90bab8ded63a

[issue41100] Support macOS 11 and Apple Silicon Macs

2020-11-23 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +22372 pull_request: https://github.com/python/cpython/pull/23485 ___ Python tracker <https://bugs.python.org/issue41

<    2   3   4   5   6   7   8   9   10   11   >