[issue43568] Drop support for Mac OS X < 10.3 module linking

2021-06-02 Thread Ned Deily
Ned Deily added the comment: New changeset 991693a217363243b0bd33887852d6b3959b99a1 by Joshua Root in branch '3.9': [3.9] bpo-43568: Relax distutils MACOSX_DEPLOYMENT_TARGET check (GH-25827) (GH-26001) https://github.com/python/cpython/commit/991693a217363243b0bd33887852d6

[issue44290] x86-64 macOS 3.x buildbot build failed with: No such file or directory: '/Users/buildbot/buildarea/3.x.billenstein-macos/build/target/include/python3.11d/pyconfig.h'

2021-06-02 Thread Ned Deily
Ned Deily added the comment: Alas, it looks like build 325 failed in the same way as build 322: https://buildbot.python.org/all/#/builders/366/builds/325 I wonder if there might be a Makefile race condition. -- resolution: out of date -> stage: resolved -> status: closed -

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-06-02 Thread Ned Deily
Ned Deily added the comment: New changeset fee96422e6f0056561cf74fef2012cc066c9db86 by Miss Islington (bot) in branch '3.7': bpo-44022: Improve the regression test. (GH-26503) (GH-26507) https://github.com/python/cpython/commit/fee96422e6f0056561cf74fef2012c

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-06-02 Thread Ned Deily
Ned Deily added the comment: New changeset 1b6f4e5e13ebd1f957b47f7415b53d0869bdbac6 by Miss Islington (bot) in branch '3.6': bpo-44022: Improve the regression test. (GH-26503) (GH-26508) https://github.com/python/cpython/commit/1b6f4e5e13ebd1f957b47f7415b53d

[issue44330] IDLE: Colorizer and output tests hang on macOS

2021-06-07 Thread Ned Deily
Ned Deily added the comment: I can reproduce test_idle hanging on all of the current python.org macOS universal2 variants (3.8.10, 3.9.5, 3.10.0b2) which use Tk 8.6.11 but not with the legacy 10.9 variants for 3.8.10 and 3.9.5 which use Tk 8.6.8. I've tried it on a few older system

[issue44340] Add support for building cpython with clang thin lto

2021-06-08 Thread Ned Deily
Change by Ned Deily : -- components: +Build -Interpreter Core nosy: +gregory.p.smith ___ Python tracker <https://bugs.python.org/issue44340> ___ ___ Python-bug

[issue44386] importlib and math.pi interact strangely

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

[issue44388] venv API Docs for EnvBuilder.ensure_directories incorrectly describe behavior

2021-06-13 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue44388> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44425] 'dirty' added to sys.version on Linux and Mac source builds depending on git version

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

[issue44458] Duplicate symbol _BUFFER_BLOCK_SIZE when statically linking multiple modules

2021-06-19 Thread Ned Deily
Change by Ned Deily : -- nosy: +gregory.p.smith ___ Python tracker <https://bugs.python.org/issue44458> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32855] Add documention stating supported Platforms

2021-06-22 Thread Ned Deily
Ned Deily added the comment: While there's is useful information on that web page, I don't think it is a satisfactory answer to what I believe is being requrested here, namely, "How do I determine to what extent platform X is supported by cPython?" First, the informatio

[issue44516] Update bundled pip to 21.1.3

2021-06-27 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa, pablogsal priority: normal -> high ___ Python tracker <https://bugs.python.org/issue44516> ___ ___ Python-

[issue44440] logging does not work as documented (setLevel)

2021-06-28 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue0> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44492] Building a C extension on Big Sur and SDK v10.15 fails

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

[issue44548] ttk Indeterminate Progressbar Not Animating Correctly After `start`

2021-07-01 Thread Ned Deily
Ned Deily added the comment: I can reproduce this behavior when using the current default 3.9.x macOS installer which uses Tk 8.6.8. It appears to work correctly if you instead use the alternate 3.9.x macOS universal2 installer which bundles Tk 8.6.11. The universal2 variant will be the

[issue44548] ttk Indeterminate Progressbar Not Animating Correctly After `start`

2021-07-01 Thread Ned Deily
Ned Deily added the comment: Phil, there are still some as yet unresolved differences between using Tk 8.6.8 and 8.6.11, both positive and negative, and there are a few differences between using the two variants under all conditions that we want to resolve. So, at the moment, we will

[issue36608] Replace bundled pip and setuptools with a downloader in the ensurepip module

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

[issue35277] Upgrade bundled pip/setuptools

2021-07-05 Thread Ned Deily
Ned Deily added the comment: Thanks for the comment. While the original intent of the issue was resolved (by updating the bundled pip), Serhiy's point about the size of the repo increasing is still an issue but there is a more recent issue, Issue36608, with a proposed change that addr

[issue44577] Probably defect in Python 3.7.11

2021-07-09 Thread Ned Deily
Ned Deily added the comment: That excerpt is not executable by itself. Without a reproducible test case and better traceback info, there is not enough information here to investigate further. -- nosy: +ned.deily ___ Python tracker <ht

[issue27875] Syslogs /usr/sbin/foo as /foo instead of as foo

2021-07-09 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> syslog: Default "ident" in syslog.openlog() shouldn't contain slash versions: +Python 3.9 -Python

[issue44587] argparse BooleanOptionalAction displays default=SUPPRESS unlike other action types

2021-07-09 Thread Ned Deily
Change by Ned Deily : -- nosy: +rhettinger title: BooleanOptionalAction displays default=SUPPRESS unlike other action types -> argparse BooleanOptionalAction displays default=SUPPRESS unlike other action types ___ Python tracker <

[issue44602] Issue with get_build_version in msvc9compiler.py in distutils

2021-07-12 Thread Ned Deily
Change by Ned Deily : -- components: +Distutils, Windows nosy: +dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue44

[issue44608] Memory use increase in function _tkinter._flatten

2021-07-12 Thread Ned Deily
Change by Ned Deily : -- components: +Tkinter ___ Python tracker <https://bugs.python.org/issue44608> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

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

[issue44549] BZip 1.0.6 Critical Vulnerability

2021-07-19 Thread Ned Deily
Ned Deily added the comment: > Is it possible to update bz2 to 1.0.8 on macOS distribution? Thanks for looking into this. As I commented on PR 27241, this change is not needed because current macOS python.org installers dynamically link to the system-provided copies of Bzip2; the code

[issue42854] OpenSSL 1.1.1: use SSL_write_ex() and SSL_read_ex()

2021-07-20 Thread Ned Deily
Change by Ned Deily : -- nosy: +pablogsal stage: resolved -> needs patch ___ Python tracker <https://bugs.python.org/issue42854> ___ ___ Python-bugs-list mai

[issue44726] Build macOS version with thin lto option

2021-07-23 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggestion. I will do some testing and, if warranted, make the necessary changes. -- assignee: -> ned.deily ___ Python tracker <https://bugs.python.org/issu

[issue44797] test_socket should expect warnings in truncated-data tests

2021-07-31 Thread Ned Deily
Ned Deily added the comment: Duplicate of Issue23828 -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue44797> ___ ___ Python-bugs-list mailin

[issue42235] [macOS] Use --enable-optimizations in build-installer.py

2021-08-01 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -24521 ___ Python tracker <https://bugs.python.org/issue42235> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44804] Port fix of "issue44422" to Python3.6.x

2021-08-01 Thread Ned Deily
Ned Deily added the comment: Sorry you are running into this problem. Alas, Python 3.6 has been in the "security-fix-only" phase of its life cycle for over 2.5 years now and will reach end-of-life in several months at the end of 2021. Our criteria for changes to a "secur

[issue44037] Broad performance regression from 3.10a7 to 3.10b2 with python.org macOS binaries

2021-08-03 Thread Ned Deily
Ned Deily added the comment: Summary: With the 3.10.0rc1 release, this performance regression in the var_access_benchmark starting with the 3.10.0b1 binaries in the python.org macOS universal2 installer is now resolved. With the rc1 release, the performance of this micro benchmark has

[issue44828] Using tkinter.filedialog crashes on macOS 12 Monterey beta 4 with tk8.6.11 from python.org installers

2021-08-04 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. I verified that the crash also occurs on an Intel Mac VM with Monterey beta 4 using the current python.org universal2 installers for 3.9.6 and 3.10.0rc1; they both have a private copy of Tk 8.6.11; so the problem does not appear to be

[issue44689] MacOS: Python binaries not portable between Catalina and Big Sur

2021-08-04 Thread Ned Deily
Ned Deily added the comment: > Regarding the "explicit weak linking" when building on MacOS Big Sur and > later; wouldn't this mean that a Big Sur build wouldn't work on Catalina? No, if it is done correctly. I think you are trying to solve the wrong problem here

[issue44828] Using tkinter.filedialog crashes on macOS Python 3.9.6

2021-08-05 Thread Ned Deily
Ned Deily added the comment: > I used brew.sh to install Python, which I think uses the universal installer As far as I know, Homebrew builds its own Python and Tk. > After I reinstall macOS, if you need further testing, i’m open to trying. Thanks. I think the next step would be to

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

2021-08-06 Thread Ned Deily
Ned Deily added the comment: There was a previous attempt at adding a dependency on venv that ended up being reverted (Issue30487 and 122fc136b34e11906466851e77bb6959946467ee0). Over the years we have had a number of iterations of tweaking Doc/Makefile to balance ease of use (by providing

[issue44756] In ./Doc, "make html" and "make build" should depend on "make venv"

2021-08-06 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.10, Python 3.9 ___ Python tracker <https://bugs.python.org/issue44756> ___ ___ Python-bugs-list mailing list Unsub

[issue44828] Using tkinter.filedialog crashes on macOS Python 3.9.6

2021-08-06 Thread Ned Deily
Ned Deily added the comment: Thanks for looking into this, Marc. -- ___ Python tracker <https://bugs.python.org/issue44828> ___ ___ Python-bugs-list mailin

[issue32937] Multiprocessing worker functions not terminating with a large number of processes and a manager

2021-08-16 Thread Ned Deily
Change by Ned Deily : -- status: open -> closed ___ Python tracker <https://bugs.python.org/issue32937> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue33896] Document what components make up the filecmp.cmp os.stat signature.

2021-08-16 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> filecmp.cmp(shallow=True) isn't actually shallow when only mtime differs versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python

[issue44933] python3.9-intel64 hardened runtime not enabled

2021-08-17 Thread Ned Deily
Ned Deily added the comment: The "python3.x-intel64" executable was added for macOS "universal2" builds by Issue44009 in the 3.9.5 and 3.8.10 releases. As described in the issue and the changelog entries, the rationale is: "Provide “python3.x-intel64” executable

[issue27498] Regression in repr() of class object

2021-08-17 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -26016 ___ Python tracker <https://bugs.python.org/issue27498> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44988] Use the newest tcl/tk support

2021-08-24 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggestion but 8.7 isn't even in beta yet, the most recent official release was 8.7a5. So it is way too early to consider moving the python.org installers to it. https://www.tcl.tk/software/tcltk/8.7.html -- nosy: +ned.deily resol

[issue45002] won't match correct version of tcl/tk

2021-08-25 Thread Ned Deily
Ned Deily added the comment: Can you be more specific about what you mean by "executable" and "library"? In particular, please show the results of, where /path/to/python is replaced by the path to the python you have built or installed: otool -L $(/path/to/python -c &#

[issue45002] won't match correct version of tcl/tk

2021-08-25 Thread Ned Deily
Ned Deily added the comment: It is difficult to offer suggestions based on minimal information. You may be running into an arch mismatch: since you are requesting a universal2 build (x86_64 and arm64), all the third-party libraries your build links with must also be built with both

[issue45007] OpenSSL 1.1.1l is released

2021-08-25 Thread Ned Deily
New submission from Ned Deily : OpenSSL 1.1.1l was released on 2021-08-24 so the Windows build and macOS binary installers should be updated to it. https://www.openssl.org/source/ However, it appears that 1.1.1l introduced a build failure on older macOS systems that would affect some

[issue44997] [sqlite3] build fails on macOS 11.5.1

2021-08-25 Thread Ned Deily
Ned Deily added the comment: > I guess we could wrap this functionality with some preprocessor conditionals, > and/or adjust the configure script to not accept > --enable-loadable-sqlite-extensions for macOS 11.5.1 (11.5.x?). FTR, this is only a problem if you link with the Apple

[issue44809] Changelog missing removal of StrEnum etc.

2021-08-27 Thread Ned Deily
Change by Ned Deily : -- nosy: +pablogsal ___ Python tracker <https://bugs.python.org/issue44809> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24388] Python readline module crashes in history_get on FreeBSD with libedit

2021-08-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -26463 ___ Python tracker <https://bugs.python.org/issue24388> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40935] Links to Python3 docs for some libs return 404

2021-08-29 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue40935> ___

[issue45007] OpenSSL 1.1.1l is released

2021-08-29 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +26495 pull_request: https://github.com/python/cpython/pull/28051 ___ Python tracker <https://bugs.python.org/issue45

[issue44689] MacOS: Python binaries not portable between Catalina and Big Sur

2021-08-29 Thread Ned Deily
Ned Deily added the comment: New changeset 71853a73024a98aa38a3c0444fe364dbd9709134 by Tobias Bergkvist in branch 'main': bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (#27251) https://github.com/python/cpyt

[issue44689] ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems

2021-08-30 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily stage: patch review -> commit review title: MacOS: Python binaries not portable between Catalina and Big Sur -> ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems versions: +P

[issue14088] sys.executable generating canonical path

2021-08-30 Thread Ned Deily
Ned Deily added the comment: > I'm not against making Python even better: attempt to normalize the path ;-) I would be very cautious about doing that. I'm pretty sure it would break some existing code. -- nosy: +ned.deily ___ P

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-30 Thread Ned Deily
Ned Deily added the comment: New changeset e9b85afd7dc004460f6d914375ab67d617a8a7ff by Miss Islington (bot) in branch '3.7': bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27975) https://github.com/python/cpyt

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-30 Thread Ned Deily
Ned Deily added the comment: New changeset da9d6c554697414b1d275c8502e00a07c2ce06e6 by Miss Islington (bot) in branch '3.6': bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27976) https://github.com/python/cpyt

[issue45001] Date parsing helpers in email module incorrectly raise IndexError for some malformed inputs

2021-08-30 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

[issue43124] [security] smtplib multiple CRLF injection

2021-08-30 Thread Ned Deily
Ned Deily added the comment: New changeset d2cc04cd3024869101e894f73307944d98d187c8 by Miss Islington (bot) in branch '3.7': [3.7] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037) https://github.com/python/cpython/commit/d2cc04cd3024869101e894f7330794

[issue43124] [security] smtplib multiple CRLF injection

2021-08-30 Thread Ned Deily
Ned Deily added the comment: New changeset 29d97d17fb7adab3b0df9e178b73f70292d1cf64 by Miss Islington (bot) in branch '3.6': [3.6] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038) https://github.com/python/cpython/commit/29d97d17fb7adab3b0df9e178b73f7

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-30 Thread Ned Deily
Ned Deily added the comment: New changeset 79101b890ee021a901a8b6837a3a320d57adb725 by Łukasz Langa in branch '3.7': [3.7] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) https://github.com/python/cpython/commit/79101b890ee021a901a8b6837a3a32

[issue38965] test_stack_overflow (test.test_faulthandler.FaultHandlerTests) is stuck with GCC10

2021-08-30 Thread Ned Deily
Ned Deily added the comment: New changeset 8934bb0c3179e4c020cd6f08dea64bccbf56ffa2 by Miss Islington (bot) in branch '3.6': bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) (GH-28079) https://github.com/python/cpython/commit/8934bb0c3179e4c020cd6f08dea64b

[issue38965] test_stack_overflow (test.test_faulthandler.FaultHandlerTests) is stuck with GCC10

2021-08-30 Thread Ned Deily
Ned Deily added the comment: I decided to also backport this fix for 3.6.15 since the problem causes test hangs when using GCC 10, as is now that case on one of my test machines. Note that the devguide says: "You should also consider fixing hard-failing tests in open security branches

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-30 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +26523 pull_request: https://github.com/python/cpython/pull/28080 ___ Python tracker <https://bugs.python.org/issue44

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-30 Thread Ned Deily
Ned Deily added the comment: New changeset 910886a6448e4bf1edf49eeace4aa240b6403772 by Ned Deily in branch '3.6': [3.6] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) (GH-28080) https://github.com/python/cpython/commit/910886a6448e4bf1edf49eeace4aa2

[issue44394] [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4.0: Update vendored copy to expat 2.4.1

2021-08-31 Thread Ned Deily
Ned Deily added the comment: PRs merged in 3.7 branch for release in 3.7.12 and in 3.6 branch for release in 3.6.15. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bug

[issue45069] python 3.9.2 contains libcrypto-1_1.dll and libssl-1_1.dll associates CVE-2021-23840\CVE-2021-3450\CVE-2021-3711\CVE-2021-3712\CVE-2021-23841\CVE-2021-3449 of openssl-1.1.1i

2021-09-01 Thread Ned Deily
Ned Deily added the comment: What problem are you reporting here? Python 3.9.2 is no longer current nor supported; the most recent release is 3.9.7, which, among many other changes, now uses OpenSSL 1.1.1l. https://www.python.org/downloads/ https://www.python.org/dev/peps/pep-0596/ https

[issue44689] ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems

2021-09-01 Thread Ned Deily
Ned Deily added the comment: I don't think we have ever claimed to support building on an older system with a newer SDK, as in building on 10.15 with an 11 SDK. I am sure there have been problems with trying to do this in the past for some releases. It *may* work but there a

[issue44689] ctypes.util.find_library() does not find macOS 11+ system libraries when built on older macOS systems

2021-09-02 Thread Ned Deily
Ned Deily added the comment: Thanks for the updates! >If the core developers say various cross-compiling scenarios aren't supported >build configuration any more, I'll accept that and work around the limitation >on my end. However, do note there is a significant pos

[issue44848] Upgrade macOS and Windows installers to use SQLite 3.36.0

2021-09-05 Thread Ned Deily
Ned Deily added the comment: New changeset 5024dc1c6e08247693aea6ad6e225ec5dcaf0721 by Erlend Egeberg Aasland in branch 'main': bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621) https://github.com/python/cpython/commit/5024dc1c6e08247693aea6ad6e225e

[issue45111] whole website translation error

2021-09-06 Thread Ned Deily
Change by Ned Deily : -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker <https://bugs.python.org/issue45111> ___ _

[issue27658] python 3.5.2 built from source fails to install completely on Mac OS X 10.11.6. Crashes subsequently.

2021-09-07 Thread Ned Deily
Change by Ned Deily : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue27658> ___ ___ Python-bugs-list

[issue44869] MacOS Monterrey malloc issue

2021-09-07 Thread Ned Deily
Ned Deily added the comment: The crash report you provide shows a crash in libstdc++ which is normally not called directly by the Python interpreter or standard library modules on macOS but appears to be being called by libopenblas as provided by the copy of numpy in use. Suggest you follow

[issue44492] Building a C extension on Big Sur and SDK v10.15 fails

2021-09-09 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily ___ Python tracker <https://bugs.python.org/issue44492> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue45258] sysroot_paths in setup.py does not consider -isysroot for macOS

2021-09-21 Thread Ned Deily
Ned Deily added the comment: See my comment on the PR. -- components: +macOS -Build nosy: +ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issue45

[issue45290] test_multiprocessing_pool_circular_import fails in M1 mac

2021-09-25 Thread Ned Deily
Ned Deily added the comment: As a first step, try adding: ulimit -n 1000 to the buildbot test step. -- ___ Python tracker <https://bugs.python.org/issue45

[issue44493] Missing terminated NUL in the length of sockaddr_un

2021-09-26 Thread Ned Deily
Change by Ned Deily : -- resolution: fixed -> versions: +Python 3.11 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue44493> ___ ___ Python-

[issue44933] python3.9-intel64 hardened runtime not enabled

2021-09-26 Thread Ned Deily
Ned Deily added the comment: > the "reliable way to run under rosetta" is using "arch -x86_64 python3". I > don't particularly like having another executable to accomplish the same goal. Unfortunately, using "arch" is *not* a reliable way in general.

[issue45069] python 3.9.2 contains libcrypto-1_1.dll and libssl-1_1.dll associates CVE-2021-23840\CVE-2021-3450\CVE-2021-3711\CVE-2021-3712\CVE-2021-23841\CVE-2021-3449 of openssl-1.1.1i

2021-09-26 Thread Ned Deily
Change by Ned Deily : -- stage: -> resolved status: pending -> open ___ Python tracker <https://bugs.python.org/issue45069> ___ ___ Python-bugs-list

[issue45069] python 3.9.2 contains libcrypto-1_1.dll and libssl-1_1.dll associates CVE-2021-23840\CVE-2021-3450\CVE-2021-3711\CVE-2021-3712\CVE-2021-23841\CVE-2021-3449 of openssl-1.1.1i

2021-09-26 Thread Ned Deily
Change by Ned Deily : -- status: open -> closed ___ Python tracker <https://bugs.python.org/issue45069> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue45350] configure incorrectly ignores pkg-config information for libffi and Tcl/Tk in 3.10

2021-10-02 Thread Ned Deily
New submission from Ned Deily : ./configure supports using the system or third-party-supplied pkg-config utility to find or override the default location of header and library files when building a few C extensions in the standard library, namely from OpenSSL for the _ssl module, libffi for

[issue45350] configure incorrectly ignores pkg-config information for libffi and Tcl/Tk in 3.10

2021-10-03 Thread Ned Deily
Ned Deily added the comment: The updates to aclocal.a4 are generated by the aclocal tool of the GNU build system. That, and other things including autoconf, gets run by autoreconf. Running autoconf by itself is not sufficient. https://devguide.python.org/setup/#regenerate-configure

[issue45350] configure incorrectly ignores pkg-config information for libffi and Tcl/Tk in 3.10

2021-10-03 Thread Ned Deily
Ned Deily added the comment: The updates to aclocal.m4 are generated by the aclocal tool of the GNU build system. That, and other things including autoconf, gets run by autoreconf. Running autoconf by itself is not sufficient. https://devguide.python.org/setup/#regenerate-configure https

[issue45350] configure incorrectly ignores pkg-config information for libffi and Tcl/Tk in 3.10

2021-10-03 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg403087 ___ Python tracker <https://bugs.python.org/issue45350> ___ ___ Python-bugs-list m

[issue45350] configure incorrectly ignores pkg-config information for libffi and Tcl/Tk in 3.10

2021-10-03 Thread Ned Deily
Ned Deily added the comment: +1, I wasn't aware of the existence of that. -- ___ Python tracker <https://bugs.python.org/issue45350> ___ ___ Python-bugs-l

[issue44182] python-config.sh vs python-config.py inconsistency

2021-10-03 Thread Ned Deily
Ned Deily added the comment: > If you want, I can send a PR. Thanks, that would be good. Embedding is something we currently don't really test, unfortunately. Off the top of my head, I'm not sure how feasible it would be to add some tests for embedding, especially given

[issue45163] Haiku build fix

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

[issue45163] Haiku build fix

2021-10-04 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. However, it did introduce a breakage in certain builds due to unconditionally adding a check for libnetwork. For example, on older releases of macOS there is no libnetwork but building on newer systems it creates a dynamic load reference to a

[issue45163] Haiku build fix

2021-10-04 Thread Ned Deily
Change by Ned Deily : -- nosy: +pablogsal ___ Python tracker <https://bugs.python.org/issue45163> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45373] ./configure --enable-optimizations should enable LTO

2021-10-05 Thread Ned Deily
Ned Deily added the comment: > IIRC activating lto is specially annoying on MacOS due to the need of some > llvm components that are a bit hard to get Can you say more? We are currently using --with-lto with a vanilla Apple Command Line Tools (or Xcode) for macOS installer build

[issue45373] ./configure --enable-optimizations should enable LTO

2021-10-05 Thread Ned Deily
Ned Deily added the comment: I don't think you need llvm-ar anymore with the Apple Tool Chain but let me look into it as I have all the relevant previous macOS releases as VMs to test with. -- ___ Python tracker <https://bugs.py

[issue44998] macOS build test failure

2021-10-05 Thread Ned Deily
Ned Deily added the comment: > /Library/Developer/CommandLineTools/usr/bin/make build_all_merge_profile > /usr/local/bin/llvm-profdata merge -output=code.profclangd *.profclangr It looks like your build was trying to use a mixture of llvm tools, probably clang from the Apple-supplied C

[issue45389] https://docs.python.org/3/objects.inv still points to 3.9

2021-10-06 Thread Ned Deily
Change by Ned Deily : -- assignee: docs@python -> mdk nosy: +mdk ___ Python tracker <https://bugs.python.org/issue45389> ___ ___ Python-bugs-list mai

[issue45405] Python 3.10.0 does not configure on darwin using public llvm / clang

2021-10-07 Thread Ned Deily
Ned Deily added the comment: On what platform and OS version are you building? When you say "public llvm / clang", do you mean from Apple for macOS or from some other source? Be aware that we only officially test and support building Python for macOS on macOS itself using the A

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-08 Thread Ned Deily
Ned Deily added the comment: OK, I've had a chance to look at this issue and I now understand what you were describing. So, yes, it would be good to fix the test in configure so that it does work with a newer clang that does implement the --print-multiarch command line option. FTR, th

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-09 Thread Ned Deily
Ned Deily added the comment: > Do you plan to stick with $PLATFORM_TRIPLET = darwin, even on the arm > machines? For now, yes. Apple long ago implemented the equivalent of multi-architecture support using "-arch" in the compiler driver and the Python build system (con

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-09 Thread Ned Deily
Ned Deily added the comment: "A PR against configure.ac in main would be welcome, we can auto-backport to other active branches as necessary." -- ___ Python tracker <https://bugs.python.o

[issue44828] Using tkinter.filedialog crashes on macOS Python 3.9.6

2021-10-11 Thread Ned Deily
Ned Deily added the comment: @Guy, thanks for your interest but in the future please don't use the issue tracker as a help forum. There are lots of places to ask about such matters; https://www.python.org/about/help/ has a good list of resources and, among the Python-specific mailing

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-11 Thread Ned Deily
Ned Deily added the comment: > Note that this issue isn't macOS specific: you will get the same failure when > cross-compiling targeting Linux. e.g. --build=x86_64-unknown-linux-gnu > --host=i686-unknown-linux-gnu. Can you be more specific? This particular issue isn't ab

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-12 Thread Ned Deily
Ned Deily added the comment: New changeset 9c4766772cda67648184f8ddba546a5fc0167f91 by David Bohman in branch 'main': bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (#28845) https://github.com/python/cpyt

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-12 Thread Ned Deily
Ned Deily added the comment: Merged for release in 3.10.1 and 3.9.8. Thanks for the issue and PR, David! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2021-10-13 Thread Ned Deily
Ned Deily added the comment: > The point I was trying to make is that clang 13 generically implemented > --print-multiarch and the triple logic in configure related to MULTIARCH > applies to all platforms, not just macOS. If there are still issues on other supported platforms

<    10   11   12   13   14   15   16   17   18   19   >