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
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 -
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
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
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
Change by Ned Deily :
--
components: +Build -Interpreter Core
nosy: +gregory.p.smith
___
Python tracker
<https://bugs.python.org/issue44340>
___
___
Python-bug
Change by Ned Deily :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue44386>
___
___
Change by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue44388>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue44425>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +gregory.p.smith
___
Python tracker
<https://bugs.python.org/issue44458>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Change by Ned Deily :
--
nosy: +lukasz.langa, pablogsal
priority: normal -> high
___
Python tracker
<https://bugs.python.org/issue44516>
___
___
Python-
Change by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue0>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
components: +macOS
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<https://bugs.python.org/issue44492>
___
___
Python-bugs-list m
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
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
Change by Ned Deily :
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue36608>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
<
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
Change by Ned Deily :
--
components: +Tkinter
___
Python tracker
<https://bugs.python.org/issue44608>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue42581>
___
___
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
Change by Ned Deily :
--
nosy: +pablogsal
stage: resolved -> needs patch
___
Python tracker
<https://bugs.python.org/issue42854>
___
___
Python-bugs-list mai
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
Ned Deily added the comment:
Duplicate of Issue23828
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue44797>
___
___
Python-bugs-list mailin
Change by Ned Deily :
--
pull_requests: -24521
___
Python tracker
<https://bugs.python.org/issue42235>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
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
Change by Ned Deily :
--
versions: +Python 3.10, Python 3.9
___
Python tracker
<https://bugs.python.org/issue44756>
___
___
Python-bugs-list mailing list
Unsub
Ned Deily added the comment:
Thanks for looking into this, Marc.
--
___
Python tracker
<https://bugs.python.org/issue44828>
___
___
Python-bugs-list mailin
Change by Ned Deily :
--
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue32937>
___
___
Python-bugs-list mailing list
Unsubscrib
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
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
Change by Ned Deily :
--
pull_requests: -26016
___
Python tracker
<https://bugs.python.org/issue27498>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
Change by Ned Deily :
--
nosy: +pablogsal
___
Python tracker
<https://bugs.python.org/issue44809>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: -26463
___
Python tracker
<https://bugs.python.org/issue24388>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue40935>
___
Change by Ned Deily :
--
pull_requests: +26495
pull_request: https://github.com/python/cpython/pull/28051
___
Python tracker
<https://bugs.python.org/issue45
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
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
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
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
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
Ned Deily added the comment:
Thanks for the PR!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
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
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
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
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
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
Change by Ned Deily :
--
pull_requests: +26523
pull_request: https://github.com/python/cpython/pull/28080
___
Python tracker
<https://bugs.python.org/issue44
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
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
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
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
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
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
Change by Ned Deily :
--
assignee: -> docs@python
components: +Documentation
nosy: +docs@python
___
Python tracker
<https://bugs.python.org/issue45111>
___
_
Change by Ned Deily :
--
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue27658>
___
___
Python-bugs-list
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
Change by Ned Deily :
--
assignee: -> ned.deily
___
Python tracker
<https://bugs.python.org/issue44492>
___
___
Python-bugs-list mailing list
Unsubscrib
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
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
Change by Ned Deily :
--
resolution: fixed ->
versions: +Python 3.11 -Python 3.6
___
Python tracker
<https://bugs.python.org/issue44493>
___
___
Python-
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.
Change by Ned Deily :
--
stage: -> resolved
status: pending -> open
___
Python tracker
<https://bugs.python.org/issue45069>
___
___
Python-bugs-list
Change by Ned Deily :
--
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue45069>
___
___
Python-bugs-list mailing list
Unsubscrib
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
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
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
Change by Ned Deily :
--
Removed message: https://bugs.python.org/msg403087
___
Python tracker
<https://bugs.python.org/issue45350>
___
___
Python-bugs-list m
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
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
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
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
Change by Ned Deily :
--
nosy: +pablogsal
___
Python tracker
<https://bugs.python.org/issue45163>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
Change by Ned Deily :
--
assignee: docs@python -> mdk
nosy: +mdk
___
Python tracker
<https://bugs.python.org/issue45389>
___
___
Python-bugs-list mai
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
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
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
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
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
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
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
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
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
1401 - 1500 of 6927 matches
Mail list logo