Change by Ned Deily :
--
stage: patch review -> needs patch
versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
Thanks for the PR! It looks reasonable but I do want to test it first on older
macOS versions that we support before merging it. I'll do that before the next
releases.
--
versions: +Python 3.10, Python 3.7, Pytho
Change by Ned Deily :
--
nosy: +mdk
___
Python tracker
<https://bugs.python.org/issue40798>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue40797>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 7df32f844efed33ca781a016017eab7050263b90 by Miss Islington (bot)
in branch '3.6':
bpo-39073: validate Address parts to disallow CRLF (GH-19007) (#19224)
https://github.com/python/cpython/commit/7df32f844efed33ca781a016017eab
Change by Ned Deily :
--
versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.5, Python 3.6, Python
3.7
___
Python tracker
<https://bugs.python.org/issue30
Change by Ned Deily :
--
nosy: +mdk
___
Python tracker
<https://bugs.python.org/issue40770>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Ned Deily added the comment:
I think our CI checks already take too long to run and use possibly more than
our fair share of global open source resources (provided by GitHub, Travis, MS
Azure) especially considering how infrequently you would expect to find a
problem and the low severity of
Ned Deily added the comment:
@zhang, Did you try the solution given by dplusplus in the previous message
(msg319861)?
--
___
Python tracker
<https://bugs.python.org/issue31
Ned Deily added the comment:
Since you have already found and commented on Issue31817, closing this as a
duplicate of it.
--
nosy: +ned.deily
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Compilation Error with Python 3.6.1/3.6.3
Ned Deily added the comment:
It looks like this is the same issue that has been discussed in later
Issue31817. Since there has been more discussion there, let's close this as a
duplicate of that one.
--
nosy: +ned.deily
resolution: -> duplicate
stage: -> resolved
s
Ned Deily added the comment:
In Python 3.8, the default start method for multiprocessing when run on macOS
is now "spawn" instead of "fork".
"Changed in version 3.8: On macOS, the spawn start method is now the default.
The fork start method should be considered
Ned Deily added the comment:
> So it seems that only Linux has "installed" builbot tests. I suppose the next
> step is adding some macOS and Windows ones.
Having more buildbots test from "installed" locations, rather than the build
directory, is good.
But that&
Ned Deily added the comment:
> The Windows installer also runs pip and IDLE tests before being published
> [...]
That's good and reminds me that I forgot to mention that for the macOS
installer, besides the already mentioned tests, we also download, install, and
smoke test a
Ned Deily added the comment:
For Homebrew users, the Devguide currently recommends:
$ brew install openssl xz gdbm
./configure --with-pydebug --with-openssl=$(brew --prefix openssl)
I don't use Homebrew myself so I may be missing something
obvious but, after a bit of experimentati
Ned Deily added the comment:
Thanks for your suggestion but changing build systems is a *huge* undertaking
for cPython thanks to the many different platforms that we have added support
to over the years and the many, many customizations that have been made. cmake
would certainly be one
Ned Deily added the comment:
A suggestion: rather than trying to maintain a separate IDLE news file ("don't
repeat yourself), it might be much easier to link to the IDLE section in each
releases's formatted CHANGELOG now included in Python 3 docsets. For example:
https://do
Change by Ned Deily :
--
nosy: +gpolo, serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue40893>
___
___
Python-bugs-list mailing list
Unsub
Change by Ned Deily :
--
nosy: +orsenthil
___
Python tracker
<https://bugs.python.org/issue40594>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +19920
pull_request: https://github.com/python/cpython/pull/20705
___
Python tracker
<https://bugs.python.org/issue40
Ned Deily added the comment:
New changeset 37eed5a9ee7c802e7151ee9939ed604032886639 by Ned Deily in branch
'master':
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
https://github.com/python/cpython/commit/37eed5a9ee7c802e7151ee9939ed60
New submission from Ned Deily :
The very recent latest commits for Issue39791, "New `files()` api from
importlib_resources", have broken the popular certifi package, a package which
provides a basic set of Root Certificates for TLS secure network connection
verification. Among othe
Ned Deily added the comment:
Note that the most recent commits have introduced a critical regression in
importlib.resources.path() that breaks the certifi package from PyPI and
presumably other users of path(). See Issue40924.
--
nosy: +ned.deily
Change by Ned Deily :
--
nosy: +ronaldoussoren
___
Python tracker
<https://bugs.python.org/issue40928>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue40860>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for the report! If the links are always to ../3/.. it should be easy to
set up permanent redirects on the website to the most appropriate webpage in
the current Python 3 docset. If someone could produce a list of 2 to 3 mappings
here, creating the
Ned Deily added the comment:
I agree with Zachery that this issue should be closed. There has been no
activity on it since it was opened three years ago and no indication that it
has been an ongoing problem. I'm not even sure what the current state of using
cPython 3 to build PyPy i
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue40934>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
title: subprocess docs don't qualify the instruction to use shlex.quote by OS
-> subprocess docs should warn of shlex use on Windows
versions: +Python 3.10, Py
Change by Ned Deily :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue40
Change by Ned Deily :
--
nosy: -ned.deily
___
Python tracker
<https://bugs.python.org/issue32604>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for the report. I have to agree that the behavior is a little bit
counterintuitive but I believe everything is working as designed and
documented. It all comes down to the fact that the ensurepip module is only
concerned with the version of pip bundled
Ned Deily added the comment:
Also, this issue has come up before and is discussed in more detail in
Issue37107, so let's continue any further discussion there.
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> ensurepip --upgra
Ned Deily added the comment:
I note this is marked as a 3.7regression and still open. Since the cutoff for
the final 3.7 bugfix mode release is in a few days, I'm assuming this means
that 3.7 users will have to live with this regression. If you feel that is a
problem, speak u
Ned Deily added the comment:
I note this is marked as a 3.7regression and still open. Since the cutoff for
the final 3.7 bugfix mode release is in a few days, I'm assuming this means
that 3.7 users will have to live with this regression. If you feel that is a
problem, speak u
Ned Deily added the comment:
I note this is marked as a 3.7regression and still open. Since the cutoff for
the final 3.7 bugfix mode release is in a few days, I'm assuming this means
that 3.7 users will have to live with this regression. If you feel that is a
problem, speak u
Ned Deily added the comment:
I note this is marked as a 3.7regression and still open. Since the cutoff for
the final 3.7 bugfix mode release is in a few days, I'm assuming this means
that 3.7 users will have to live with this regression. If you feel that is a
problem, speak u
Ned Deily added the comment:
Any chance of getting the Windows builds using 1.1.1g for the upcoming 3.7.8?
--
___
Python tracker
<https://bugs.python.org/issue40
Ned Deily added the comment:
This appears to be a duplicate of Issue32217 which was fixed in 3.7.4 and
3.8.0. If that doesn't solve the problem, please reopen with a current failure.
--
nosy: +ned.deily
resolution: -> duplicate
stage: patch review -> resolved
status: ope
Ned Deily added the comment:
Thank you for the report. At first glance, it looks like this might be a
duplicate of languishing Issue24871 for which a patch exists. Perhaps you could
try applying the patch there to freeze.py and see whether that helps.
Unfortunately, freeze.py does not get
Ned Deily added the comment:
New changeset 08b1bbab6bfa1ff726db13a9fc3885329f73dca4 by Christian Heimes in
branch 'master':
bpo-40964: disable remote IMAP tests (GH-20836)
https://github.com/python/cpython/commit/08b1bbab6bfa1ff726db13a9fc3885
Ned Deily added the comment:
New changeset f91917908749cb595113f8d8428ae1d6241f0392 by Ned Deily (Christian
Heimes) in branch '3.9':
bpo-40964: disable remote IMAP tests (GH-20836)
https://github.com/python/cpython/commit/f91917908749cb595113f8d8428ae1
Ned Deily added the comment:
New changeset adce133378be75bcac4d61fd62a151852555000f by Ned Deily (Christian
Heimes) in branch '3.8':
bpo-40964: disable remote IMAP tests (GH-20836)
https://github.com/python/cpython/commit/adce133378be75bcac4d61fd62a151
Ned Deily added the comment:
New changeset 0abb70ec93bfc6724199b7dd6c89294ce7d83072 by Ned Deily (Christian
Heimes) in branch '3.7':
bpo-40964: disable remote IMAP tests (GH-20836)
https://github.com/python/cpython/commit/0abb70ec93bfc6724199b7dd6c8929
Ned Deily added the comment:
Thanks, Steve and Srinivas!
--
priority: deferred blocker ->
versions: +Python 3.10
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
> Any chance this can get into Python 3.7?
Perhaps but there's a lot that needs to be done yet. Like any bugfix, it needs
to be reviewed, merged to master, and get some buildbot exposure first before
it is backported
Ned Deily added the comment:
I agree that, if the problem is reproducible with wish, it's not a tkinter
issue (which is just a wrapper around Tk calls). You may want to pursue it with
the Tk project: https://core.tcl-lang.org/index.html
--
nosy: +ned.deily
resolution: -&g
Ned Deily added the comment:
New changeset 4a3a682b12f93a03888e8b59f439bc5fe30d6055 by Krzysztof Konopko in
branch 'master':
bpo-40448: ensurepip: Do not use cache (GH-19812)
https://github.com/python/cpython/commit/4a3a682b12f93a03888e8b59f439bc
Ned Deily added the comment:
New changeset 5f79f46612c351bde78a41c5264c42db21008868 by Xavier Fernandez in
branch 'master':
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
https://github.com/python/cpython/commit/5f79f46612c351bde78a41c5264c42db21008868
-
Change by Ned Deily :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
Thanks for the report. This issue has been resolved in
5f79f46612c351bde78a41c5264c42db21008868 (and backports) for Issue38488 which
upgraded ensurepip to newer versions of pip and setuptools.
--
nosy: +ned.deily
resolution: -> duplicate
st
Ned Deily added the comment:
The failing test was fixed in an updated replacement PR, PR 20491, for
bpo-38488.
--
nosy: +ned.deily
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Update bundled
Ned Deily added the comment:
> What changes would be required to the MacOS installer to declare TkDND ...
Let's get Windows settled first and then I will look at adding it to the macOS
installer.
Regarding other platforms: we don't provide binaries for anything other than
ou
Change by Ned Deily :
--
pull_requests: +20083
pull_request: https://github.com/python/cpython/pull/20900
___
Python tracker
<https://bugs.python.org/issue38
Ned Deily added the comment:
New changeset e63cc2f64668bd1d4581f8efa7089af7e08863b8 by Ned Deily in branch
'3.8':
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
https://github.com/python/cpython/commit/e63cc2f64668bd1d4581f8efa7
Ned Deily added the comment:
Thanks, Xavier, for the original PR and for the various requested updates! And
thanks everyone else for the reviews and follow-ups. Merged for release in
3.9.0, 3.8.4, and 3.7.8.
--
resolution: -> fixed
stage: patch review -> resolved
status
New submission from Ned Deily :
Thank you for your report but please stop filing all of these separate issues.
:) As is true on many platforms, you can't build Python on macOS without
additional third-party libraries. The Python Developer's Guide, among other
places, has more i
Ned Deily added the comment:
New changeset 966036af0e5e1dff8fedd423d90a246067537345 by Ned Deily in branch
'3.7':
bpo-39580: add check for CLI installation on macOS
https://github.com/python/cpython/commit/966036af0e5e1dff8fedd423d90a24
Ned Deily added the comment:
New changeset 0d70a98f449d58311aff3374ab5f203a401fc3bf by Ned Deily in branch
'3.7':
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile
https://github.com/python/cpython/commit/0d70a98f449d58311aff3374ab5f20
Ned Deily added the comment:
You appear to be using the Developer Guide recipe for Python versions < 3.7.
Try this one to get everything:
CPPFLAGS="-I$(brew --prefix openssl)/include" \
LDFLAGS="-L$(brew --prefix openssl)/lib" \
--with-openssl=$(brew --prefix o
Ned Deily added the comment:
> Hum, test_resource_tracker_reused() failed twice on macOS, but it's unclear
> to me if it's a regression caused by my change or not.
It does appear to be caused by your change. I did a quick check with the 3.8
bran
Ned Deily added the comment:
@serhiy, @Christian: Is there anything more needed to be done for this issue or
can we close it?
--
___
Python tracker
<https://bugs.python.org/issue33
Ned Deily added the comment:
> As for the buildbots, is this something I could help with
@zach.ware is the best person to work with on any buildbot requirements. I've
Nosyed him here.
For the record, I haven't yet tried to test TkDND with the various current
macOS Tk on cur
Ned Deily added the comment:
> By the way I have to ask, if I want this feature to be merged (this is my
> first PR)
Thank you for the PR and your contribution! Unless a PR is for a problem
specific to a release, simply submit a PR against the master branch. If and
when a core dev
Ned Deily added the comment:
@Serhiy, you have opened PRs for this for 3.7 and 3.6, both of which are now in
the security-fix phase of their release cycles. It looks like this behavior has
been around for a long time and does not appear to be a security issue. Unless
there is some important
Change by Ned Deily :
--
versions: -Python 3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue40824>
___
___
Python-bugs-list mailing list
Unsub
Ned Deily added the comment:
New changeset 5f190d2cc60cd82a604cbffb58b6ca8f40350a7a by Rick Heil in branch
'master':
bpo-39580: add check for CLI installation on macOS (GH-20271)
https://github.com/python/cpython/commit/5f190d2cc60cd82a604cbffb58b6ca
Change by Ned Deily :
--
nosy: -ned.deily
versions: -Python 3.7
___
Python tracker
<https://bugs.python.org/issue23903>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Thanks again for the PR. The change will be included in python.org installers
for macOS as of 3.9.0b4, 3.8.4, and 3.7.8.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
_
Change by Ned Deily :
--
pull_requests: +20300
pull_request: https://github.com/python/cpython/pull/21141
___
Python tracker
<https://bugs.python.org/issue40
Ned Deily added the comment:
Thanks for the report. There were several issues, including this one, when
trying to run build-installer.py under current versions of Python 3. These
have been fixed in the version of build-installer.py to be released with
3.9.0b4, 3.8.4, and 3.7.8
Ned Deily added the comment:
New changeset 589e8fe07934a8585d6c5c31d12ae5f766b8fec7 by Ned Deily in branch
'master':
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
https://github.com/python/cpython/commit/589e8fe07934a8585d6c5c31d12ae5
Change by Ned Deily :
--
pull_requests: +20306
pull_request: https://github.com/python/cpython/pull/21147
___
Python tracker
<https://bugs.python.org/issue40
Ned Deily added the comment:
New changeset 7318f0ab234e1c60a19eeea4e5968fb5d4fd70af by Ned Deily in branch
'3.8':
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
(GH-21147)
https://github.com/python/cpython/commit/7318f0ab234e1c60a19eeea4e5968f
Ned Deily added the comment:
New changeset d3798ed9f1762dcf632369505d517f476eccde13 by Christian Heimes in
branch '3.7':
[3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949)
https://github.com/python/cpython/commit/d3798ed9f1762dcf632369505d517f
Change by Ned Deily :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Ned Deily :
--
nosy: +ned.deily
nosy_count: 7.0 -> 8.0
pull_requests: +20311
pull_request: https://github.com/python/cpython/pull/21152
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
New changeset 8d02f91dc6139a13b6efa9bd5a5b4bdd7ddcc29d by Ned Deily in branch
'master':
bpo-40939: run autoreconf to fix configure{,.ac} disparity (GH-21152)
https://github.com/python/cpython/commit/8d02f91dc6139a13b6efa9bd5a5b4b
Ned Deily added the comment:
New changeset 8ea6353f60625c96ce96588c70ff24a77f8c71f9 by Ronald Oussoren in
branch 'master':
BPO-41100: Support macOS 11 when building (GH-21113)
https://github.com/python/cpython/commit/8ea6353f60625c96ce96588c70ff24
Ned Deily added the comment:
New changeset cfbc759f918d646a59acb99251fc10b3900248a6 by Miss Islington (bot)
in branch '3.7':
BPO-41100: Support macOS 11 when building (GH-21113) (GH-21155)
https://github.com/python/cpython/commit/cfbc759f918d646a59acb99251fc10
New submission from Ned Deily :
When building on macOS 11 (beta), a number of modules that should normally
build on macOS fail because the system-supplied third-party libraries are not
found.
The necessary bits to build these optional modules were not found:
_bz2 _curses
Ned Deily added the comment:
I should have specified that the failures I saw were just with the default
intel-64 arch on the beta.
After thinking about it a bit and reviewing the code, I think the best approach
is to handle this in _osx_support.py as part of the compiler flags
Change by Ned Deily :
--
nosy: -ned.deily
versions: +Python 3.10 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue41093>
___
___
Python-bugs-list m
Ned Deily added the comment:
To be honest, I've never seen a failure quite like that before so thanks for
that! A couple of observations: you appear to be using an old version of Xcode
(11.0.0) that may not be fully supported on 10.15.x. So I would try upgrading
to the latest released
Change by Ned Deily :
--
pull_requests: +20332
pull_request: https://github.com/python/cpython/pull/21174
___
Python tracker
<https://bugs.python.org/issue41
Ned Deily added the comment:
New changeset 2f168c6356f92c38ae7751d2faf2b266a9356229 by Ned Deily in branch
'master':
bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)
https://github.com/python/cpython/commit/2f168c6356f92c38ae7751d2faf2b2
Change by Ned Deily :
--
versions: -Python 3.7
___
Python tracker
<https://bugs.python.org/issue41068>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
versions: -Python 3.7
___
Python tracker
<https://bugs.python.org/issue41058>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Running the GUI test on macOS buildbots is not straightforward, AFAIK. We'd
need to have either the console logged in to the username that the tests are
running under or, better, the buildbot would need to run in a virtual machine.
We have had a chronic sho
Ned Deily added the comment:
This same failure is observed with the most recent 3.9beta (3.9.0b3) when
running on macOS 10.9 with the binaries from the python.org macOS installer.
However, no failure is seen when running the same Python on macOS 10.15. I have
not investigated further with
Ned Deily added the comment:
PS, the problem may have been introduced by the changes for bpo-12915.
--
___
Python tracker
<https://bugs.python.org/issue41
Ned Deily added the comment:
See bpo-41154 for possible regression introduced by these changes.
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue12
Ned Deily added the comment:
> Do you know of any easy ways to disable mac OS sandboxes from being used in
> the python build from the command line?
Please show the exact steps you used to build this, in particular, the full
./configure statement and any relevant env variable setti
Ned Deily added the comment:
PS. Or try doing an out-of-tree build. Perhaps the problem is just due to
trying to do the build under that unconventional location under /.
cd ~/build
./path/to/sourcetree/configure ...
make ...
--
___
Python
Ned Deily added the comment:
Lawrence, thanks for the PR. We appreciate any insights from you all. We ahve
already started to build using the first seed of Big Sur and have already
committed some fixes. Rather than having multiple open issues covering the same
topic, I'd like to su
Ned Deily added the comment:
[Moving the discussion from Issue41164 to here.]
The change in PR 21224 may be needed to successfully build but I'm not sure
whether that LIBTOOL_CRUFT stuff is still needed. With a squick search, I don't
see any references to it anymore. But it won
Change by Ned Deily :
--
versions: -Python 3.7
___
Python tracker
<https://bugs.python.org/issue41048>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for the PR! With the backports to 3.9 and 3.8 in place, I am assuming we
can now close this issue.
--
nosy: +ned.deily
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
_
Ned Deily added the comment:
A legitimate CVE should certainly be backported to all applicable releases, so,
yes. However, I think that it is important for the CVE to be mentioned in the
NEWS blurbs for each commit. So please update the NEWS items in each open PR
to include the CVE. For
Ned Deily added the comment:
New changeset b98e7790c77a4378ec4b1c71b84138cb930b69b7 by Tapas Kundu in branch
'3.7':
[3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface
(GH-21033) (GH-21231)
https://github.com/python/cpyt
2001 - 2100 of 6927 matches
Mail list logo