[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:

[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/cpyt

[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/cpyt

[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/c94ee13ad596d26d1859078bc09806

[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

[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
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/14097a2785414c728d41d8d730a469

[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

[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/a38e04b566879a5040ea97428d7ee4

[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/f24ac455521e46bf9f6c7971aec0e4

[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/76489dd2998ac70ffb300d612792a7

[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/eedeaef1f22d27264ce9b031da80fe

[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

[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

[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

[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,

[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:

[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

[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

[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
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: 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 (com

[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

[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

[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

[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

[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

[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

[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

[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:

[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

[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?

[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/e9c6c26aff08e4c7bc6f1e8015cdd8

[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/81b23a9b148b60f8f541e4b06e1d88

[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

[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/p

[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/p

[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

[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/cpyt

[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

[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 8.6.11

[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.

[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 "instal

[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

[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
Ned Deily added the comment: I'm not sure that the text on the "Installation Type" window can be customized but we could add something to either the "Introduction" or "Read Me" windows. -- ___ Python tracker

[issue43167] Add a note to the macOS installer welcome window about customize options

2021-02-08 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily stage: -> needs patch title: macOS python install need mechanism to prevent editing shell profile files -> Add a note to the macOS installer welcome window about customize options _

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

2021-02-08 Thread Ned Deily
Ned Deily added the comment: On the Installation Type -> Customize window in the installer, there is an explanation of a package when you can click on it. For Unix command-line tools package, the explanation (at the bottom of the window) is: "This package installs the unix tools

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

2021-02-08 Thread Ned Deily
Ned Deily added the comment: > I was wondering what the bottom text box was for. [...] I suggest you take that UX issue up with Apple as we have no control over the macOS Installer app and it has worked that way for a long, long time :) If the proposed solution in Issue43167 of adding s

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

2021-02-10 Thread Ned Deily
Ned Deily added the comment: Ping. This issue has been delaying 3.7.x and 3.6.x security releases. I would prefer to have it resolved before releasing. -- ___ Python tracker <https://bugs.python.org/issue42

[issue43218] after venv activation "which python3" and sys.path both give base installation instead of venv

2021-02-14 Thread Ned Deily
Ned Deily added the comment: Are you sure there wasn't an existing virtual environment at .venv? By default, venv does not upgrade an existing environment. Try deleting the .venv directory first, assuming there is nothing in the environment you want to save. Otherwise you coul

[issue43218] after venv activation "which python3" and sys.path both give base installation instead of venv

2021-02-14 Thread Ned Deily
Ned Deily added the comment: It could be that the activate is failing for some reason in that directory or terminal session. Try it in a new terminal session after entering "set -x" so you can see the expanded commands. -- ___ Pyth

[issue43218] after venv activation "which python3" and sys.path both give base installation instead of venv

2021-02-14 Thread Ned Deily
Change by Ned Deily : -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue43218> ___ ___

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

2021-02-15 Thread Ned Deily
Ned Deily added the comment: New changeset d0d4d30882fe3ab9b1badbecf5d15d94326fd13e by Senthil Kumaran in branch '3.7': [3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531) https://github.com/python/cpython/commit/d0d4d30882fe3ab9

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

2021-02-15 Thread Ned Deily
Ned Deily added the comment: New changeset 5c17dfc5d70ce88be99bc5769b91ce79d7a90d61 by Senthil Kumaran in branch '3.6': [3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532) https://github.com/python/cpython/commit/5c17dfc5d70ce88b

[issue41028] Move docs.python.org language and version switcher out of cpython

2021-02-15 Thread Ned Deily
Ned Deily added the comment: @mdk, This seems to be working great for the the python.org doc builds. What do you think about backporting this to the current active branches so that the doc builds for individual releases and those included with binary installers show the new generic links

[issue43236] Windows IDLE taskbar icon jump list fails to open recent files

2021-02-16 Thread Ned Deily
Ned Deily added the comment: > Ned, do you have any comments, pro or con, about doing so. I don't think there is a conflict here and I don't really have an opinion as I don't use Windows regularly. From a bit of web research, it looks like the closest thing to Windows j

[issue41837] Upgrade installers to OpenSSL 1.1.1i

2021-02-19 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue41837> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41837] Upgrade installers to OpenSSL 1.1.1j

2021-02-20 Thread Ned Deily
Ned Deily added the comment: 1.1.1j was issued earlier this week and, from browsing the source, it appears that this fix is included (it's not mentioned as a major issue) along with other fixes. So I assume we just need to update the installers to use 1.1.1j. The question is then do ne

[issue43274] Backlinks Strong decouverte SSL

2021-02-22 Thread Ned Deily
Ned Deily added the comment: https://docs.python.org/fr/3/library/ssl.html#ssl.OPENSSL_VERSION -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue43

[issue43274] Backlinks Strong decouverte SSL

2021-02-22 Thread Ned Deily
Change by Ned Deily : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue43274> ___ ___

[issue43229] freeze searches libpython3.9.so in /usr/lib instead /usr/lib/x86_64-linux-gnu

2021-02-23 Thread Ned Deily
Change by Ned Deily : -- nosy: +doko ___ Python tracker <https://bugs.python.org/issue43229> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue30837] Mac OS High Sierra Beta - Python Crash

2021-02-28 Thread Ned Deily
Ned Deily added the comment: If the crashes are occurring while the multiprocessing fork tests are running, it's likely the issue described in Issue33725. In Python 3.8, the default start method for multiprocessing on macOS was changed to be "spawn" rather than "

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

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset d20279494a3a311c7aefa313174c45d32aa7f5d1 by Manolis Stamatogiannakis in branch 'master': bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721) https://github.com/python/cpython/commit/d20279494a3a311c7aefa313174c45

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

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

[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-02-28 Thread Ned Deily
Ned Deily added the comment: What version of Python (and Tcl/Tk) are you running on your Intel Macn that does not fail? Currently, we use Tcl/Tk 8.6.11 with the macOS 64-bit universal2 installer variant as of Python 3.9.2 and 3.10.0a4; previously, they used 8.6.10. All other current

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

2021-02-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +23460 pull_request: https://github.com/python/cpython/pull/24675 ___ Python tracker <https://bugs.python.org/issue42

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

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset a65b050516a4ec8f5fc591119b94ceaaa5f7afe3 by Ned Deily in branch 'master': bpo-42603: Add whatsnew and ACKS entries. (GH-24675) https://github.com/python/cpython/commit/a65b050516a4ec8f5fc591119b94ce

[issue43103] Add configure --without-static-libpython to not build libpython3.10.a

2021-02-28 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily nosy_count: 2.0 -> 3.0 pull_requests: +23461 pull_request: https://github.com/python/cpython/pull/24676 ___ Python tracker <https://bugs.python.org/issu

[issue43103] Add configure --without-static-libpython to not build libpython3.10.a

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset 0608425944932f46b544afea04ae6d301a76f5f2 by Ned Deily in branch 'master': bpo-43103: Fix build failure with macOS framework builds. (GH-24676) https://github.com/python/cpython/commit/0608425944932f46b544afea04ae6d

[issue41837] Upgrade installers to OpenSSL 1.1.1j

2021-02-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +23462 pull_request: https://github.com/python/cpython/pull/24677 ___ Python tracker <https://bugs.python.org/issue41

[issue41837] Upgrade installers to OpenSSL 1.1.1j

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset 0242494a156970186cbc4121ccf03aefbddea716 by Ned Deily in branch 'master': bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677) https://github.com/python/cpython/commit/0242494a156970186cbc4121ccf03a

[issue43374] Apple refuses apps written in Python

2021-03-02 Thread Ned Deily
Ned Deily added the comment: >From where are you getting the Python that you are using in the app? A number >of those libraries are not part of the python.org Mac binaries. And are you >compiling with c++ by any chance? -- ___ Pytho

[issue43374] Apple refuses apps written in Python

2021-03-02 Thread Ned Deily
Ned Deily added the comment: Hmm, yours is the first report of this here that I'm aware of. I see other reports on the web of other non-Python projects running into similar problems. So one question is what has changed? Can you report the version info string of this Python? Hav

[issue43374] Apple refuses apps written in Python

2021-03-02 Thread Ned Deily
Ned Deily added the comment: BTW, if you haven't already, I would strongly suggest you ask on one of the Apple Developer Forums. My first guess is that the App Store validation process is trying to incorrectly apply rules to your local Python framework (from the Python.org inst

[issue43374] Apple refuses apps written in Python

2021-03-02 Thread Ned Deily
Ned Deily added the comment: > What am I suppose to do? I appreciate that it's a nasty problem. Unfortunately, this is unknown territory for me: I have no experience with the Mac App Store and this is the first time I've run across a report like this. So the question again

[issue43374] Apple refuses apps written in Python

2021-03-02 Thread Ned Deily
Change by Ned Deily : -- type: security -> ___ Python tracker <https://bugs.python.org/issue43374> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue43382] github CI blocked by the Ubuntu CI with an SSL error

2021-03-03 Thread Ned Deily
Ned Deily added the comment: 3.7 backport is now merged, too. -- ___ Python tracker <https://bugs.python.org/issue43382> ___ ___ Python-bugs-list mailin

[issue43382] github CI blocked by the Ubuntu CI with an SSL error

2021-03-03 Thread Ned Deily
Ned Deily added the comment: You may have to refresh the PR so that is uses the latest HEAD that includes the config change. -- ___ Python tracker <https://bugs.python.org/issue43

[issue43393] Older Python builds are missing a required file on Big Sur

2021-03-03 Thread Ned Deily
Ned Deily added the comment: In summary, the Python binaries provided by python.org macOS installers for already end-of-life versions of Python, like 3.5 and earlier 3.x versions, do not run on macOS 11 Big Sur and attempting to build these end-of-life versions from source will still not

[issue43370] thread_time not available on python.org OS X builds

2021-03-03 Thread Ned Deily
Ned Deily added the comment: The reason time.thread_time() and several other functions in other modules that all depend on features in newer versions of macOS were not available in python.org macOS binaries because the installers are meant to support a range of operating system releases

[issue43379] Pasting multiple lines in the REPL is broken since 3.9

2021-03-03 Thread Ned Deily
Ned Deily added the comment: Sorry, I cannot reproduce that behavior. The output you show isn't what I would expect, in any case. $ python3.8 Python 3.8.7 (v3.8.7:6503f05dd5, Dec 21 2020, 12:45:15) [Clang 6.0 (clang-600.0.57)] on darwin Type "help", "copyright", &

[issue43404] No SSL certificates when using the Mac installer

2021-03-04 Thread Ned Deily
Ned Deily added the comment: When installing current Pythons for macOS downloaded from python.org, you will need to run the "Install Certificates.command" file installed into the /Applications/Python 3.x" folder for the version installed. This is noted in the initial screen w

[issue43374] Apple refuses apps written in Python

2021-03-05 Thread Ned Deily
Change by Ned Deily : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue43374> ___ ___

[issue43379] Pasting multiple lines in the REPL is broken since 3.9

2021-03-07 Thread Ned Deily
Ned Deily added the comment: It certainly could be an issue with using GNU readline vs libedit and Terry is correct that you should follow up with Homebrew. But I don't think you stated from which code editor application you were copying from; that could also make a difference. In any

[issue40684] make install doesn't respect configure --with-platlibdir=lib64

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

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

2020-05-20 Thread Ned Deily
Ned Deily added the comment: Irv, I'm sorry you are having problems and I think it is very reasonable to bump the priority of the issue as you are not alone, even though, as Terry notes, a complete resolution may require changes elsewhere. I am looking more into this now. macOS

[issue34956] _tkinter built on macOS 10.14 does not link to Tcl and Tk in /Library/Frameworks

2020-05-20 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +19540 pull_request: https://github.com/python/cpython/pull/20255 ___ Python tracker <https://bugs.python.org/issue34

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

2020-05-20 Thread Ned Deily
Ned Deily added the comment: Thanks, Andrew, for the offer. I think we have enough to go on right now but we may want to touch base a bit later. >From your comment about how IDLE on macOS is different than it is on Windows >or Linux, I assume that means you may be new to IDLE on macO

[issue34956] _tkinter built on macOS 10.14 does not link to Tcl and Tk in /Library/Frameworks

2020-05-20 Thread Ned Deily
Ned Deily added the comment: New changeset bac170cd93bbae939fcb29ccc6b5d423f7f4a089 by Ned Deily in branch 'master': bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255) https://github.com/python/cpython/commit/bac170cd93bbae939fcb29ccc6b5d4

[issue31904] Python should support VxWorks RTOS

2020-05-20 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily versions: +Python 3.10 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list m

[issue40448] ensurepip uses cache directory

2020-05-20 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. We should get a review from at least one of the pip developers. @oradyunsg, @dstufft, @paul.moore, opinions? -- nosy: +Marcus.Smith, ned.deily, paul.moore versions: +Python 3.10 ___ Python tracker

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

2020-05-20 Thread Ned Deily
Ned Deily added the comment: Thank you for going to the trouble to produce the movie, Irv! It was very helpful. It turns out the disappearing window issue is because you are using the macOS 10.6+ Python 3.7.3 installer variant rather than the macOS 10.9+ installer variant. For some reason

[issue40733] mention IDLE in main python ocs page

2020-05-22 Thread Ned Deily
Change by Ned Deily : -- components: +IDLE nosy: +terry.reedy ___ Python tracker <https://bugs.python.org/issue40733> ___ ___ Python-bugs-list mailing list Unsub

[issue40734] /usr/bin surprisingly in sys.path under IDLE

2020-05-22 Thread Ned Deily
Change by Ned Deily : -- nosy: +doko ___ Python tracker <https://bugs.python.org/issue40734> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

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

2020-05-22 Thread Ned Deily
Ned Deily added the comment: Irv, thanks for the feedback and the attempt. I think we had a little bit of a misunderstanding on our end so I don't think we need you to try anything more for this problem. Terry, I apologize if I left the impression that there was some doubt about wh

[issue40747] sysconfig.get_config_var("py_version_nodot") should return 3_10

2020-05-23 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa, pablogsal ___ Python tracker <https://bugs.python.org/issue40747> ___ ___ Python-bugs-list mailing list Unsub

[issue40657] Resource leaks with threading.Thread

2020-05-23 Thread Ned Deily
Change by Ned Deily : -- nosy: +vstinner ___ Python tracker <https://bugs.python.org/issue40657> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40776] Python 3.7.6 installation issue on mac os x 10.6.8

2020-05-26 Thread Ned Deily
Ned Deily added the comment: Thanks for your report. Because of very low usage and the increasing difficulty of supporting new features and bug fixes on very old versions of macOS, like 10.6.x, we no longer provide binary installers on python.org for macOS versions earlier than 10.9. On top

[issue40741] Upgrade to SQLite v3.32.1 in Windows and macOS builds

2020-05-27 Thread Ned Deily
Ned Deily added the comment: Note: Issue40784 documents a test failure introduced by running with v3.32+. -- ___ Python tracker <https://bugs.python.org/issue40

<    15   16   17   18   19   20   21   22   23   24   >