Ned Deily added the comment:
New changeset cfc7ff8d05f7a949a88b8a8dd506fb5c1c30d3e9 by Tapas Kundu in branch
'3.6':
[3.6] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface
(GH-21033) (GH-21232)
https://github.com/python/cpyt
Ned Deily added the comment:
> Clang 6.0 doesn't support LTO and PGO?
No, it appears not. And it's not an oversight that we don't use the these
options.
As Łukasz points out, for the current macOS installer variants we supply are
designed to run on all Mac systems from
Change by Ned Deily :
--
resolution: -> duplicate
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
I should have made it clearer that we expect to release a new installer variant
for macOS 11.6 Big Sur that supports both Intel and Apple Silicon architectures
later this year (i.e. in several months) when Big Sur releases. It will be much
easier to support
Ned Deily added the comment:
er, "macOS 11.0 Big Sur" :)
--
___
Python tracker
<https://bugs.python.org/issue41181>
___
___
Python-bugs-list mailing
Ned Deily added the comment:
Thank you for the report. Can you please supply the Python code that was
translated into the .pyc file you supplied? If there is some reason that you
don't want to post it to this issue, you can email it to secur...@pytho
Ned Deily added the comment:
Sorry, if you modified the pyc file, that is undefined behavior. We make no
guarantees that you can't crash the interpreter with arbitrary byte code.
--
resolution: -> not a bug
stage: -> resolved
status: ope
Ned Deily added the comment:
If users have unrestricted access to the interpreter, there are easier ways to
crash Python than with modified byte code, for example, as is documented with
ctypes. As noted on the Python Security Team web page
(https://www.python.org/dev/security/): "If yo
Ned Deily added the comment:
> my only goal was to help Python community (which I love it) to improve the
> code quality
Thanks for trying to improve things, we do appreciate it!
The idea here is that to be able to exploit the crashing pyc file, you need to
be able to run an arbitra
Ned Deily added the comment:
Jason, what action(s) are you expecting with regard to this and by whom? This
issue has been long closed.
--
___
Python tracker
<https://bugs.python.org/issue18
Change by Ned Deily :
--
Removed message: https://bugs.python.org/msg372730
___
Python tracker
<https://bugs.python.org/issue896330>
___
___
Python-bugs-list m
Change by Ned Deily :
--
nosy: -Mario Gonzalez
___
Python tracker
<https://bugs.python.org/issue896330>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: -20436
___
Python tracker
<https://bugs.python.org/issue41199>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
assignee: -> ned.deily
___
Python tracker
<https://bugs.python.org/issue41212>
___
___
Python-bugs-list mailing list
Unsubscrib
Ned Deily added the comment:
> Would you like me to file a separate bug for this issue? Or apply that patch?
> Or something else?
OK, if I understand correctly, the problem you describe does not affect cPython
because cPython's Distutils does not use get_config_vars(), only
get
Ned Deily added the comment:
New changeset 110dd153662a13b8ae1bb06348e5b1f118ab26d7 by Steve Dower in branch
'3.7':
[3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when
Python is embedded (GH-21297) (#21298)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 46cbf6148a46883110883488d3e9febbe46ba861 by Steve Dower in branch
'3.6':
[3.6] bpo-29778: Ensure python3.dll is loaded from correct locations when
Python is embedded (GH-21298) (#21354)
https://github.com/python/cpyt
Ned Deily added the comment:
Please say exactly how you reproduced this behavior. Please paste the results
of running the following command from a terminal window:
python3.7 -m test.pythoninfo
replacing python3.7 with whatever you use to start the python that fails
Ned Deily added the comment:
Terry, based on the error message provided, i.e. "About Widget Demo", I assumed
that the poster was not using IDLE here. But we can't tell without more input.
"when I run 3.9 test.pythoninfo, I am asked to install gcc tools and maybe
xcod
Change by Ned Deily :
--
resolution: -> third party
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue41268>
___
___
Change by Ned Deily :
--
nosy: +brett.cannon
___
Python tracker
<https://bugs.python.org/issue41282>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
So what is the plan to continue to support building cpython itself which
depends on Distutils? Currently the build bootstraps itself without the aid of
an existing Python interpreter instance. There would also be major impacts
across the whole cpython
Ned Deily added the comment:
Sounds like a good idea.
--
versions: +Python 3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue41288>
___
___
Pytho
Ned Deily added the comment:
New changeset 620e276a8c1d53332fbf08d369be87f862b6949d by Miss Islington (bot)
in branch '3.7':
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461)
https://github.com/python/cpython/commit/620e276a8c1d53332fbf08d369be87
Ned Deily added the comment:
New changeset 6463cf07fef7a923a743fcaf312150c45fd81b64 by Miss Islington (bot)
in branch '3.6':
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21462)
https://github.com/python/cpython/commit/6463cf07fef7a923a743fcaf312150
Change by Ned Deily :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
Please provide the results of running the following with the two pythons you
are using:
python -m test.pythoninfo
For what it's worth, running on macOS 10.15.5, I see a slight difference with
more variability in the Python 3 results but nothing as pronounc
Ned Deily added the comment:
New changeset 79c6b602efc9a906c8496f3d5f4d54c54b48fa06 by Miss Islington (bot)
in branch '3.7':
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21484)
https://github.com/python/cpython/commit/79c6b602efc9a906c8496f3d5f4d54
Ned Deily added the comment:
New changeset 47a2955589bdb1a114d271496ff803ad73f954b8 by Miss Islington (bot)
in branch '3.6':
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21485)
https://github.com/python/cpython/commit/47a2955589bdb1a114d271496ff803
Ned Deily added the comment:
Thanks, the PRs for 3.7 and 3.6 are now merged.
--
versions: +Python 3.10, Python 3.5, Python 3.6, Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.org/issue39
Change by Ned Deily :
--
nosy: +belopolsky, p-ganssle, vstinner
___
Python tracker
<https://bugs.python.org/issue41303>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Thanks for the version info.
Windows and/or threading experts: any ideas?
--
components: +Library (Lib), Windows
nosy: +paul.moore, pitrou, steve.dower, tim.golden, zach.ware
___
Python tracker
<ht
Ned Deily added the comment:
I was able to easily reproduce it as well. I suppose we all tested on very fast
SSD-based APFS file systems. I wonder if the problem might be file system
related. I wasn’t able to reproduce it using a HDD-based HFS+ file system but
it might just be due to the
Ned Deily added the comment:
New changeset 4bfcffe16e9742c154f54ae96b5b36903500abaa by Steve Dower in branch
'3.7':
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499)
https://github.com/python/cpython/commit/4bfcffe16e9742c154f54ae96b5b36903500abaa
-
Ned Deily added the comment:
What version of Tk is being used? It's in the output from:
python3 -m test.pythoninfo
or however you invoke python.
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/is
Ned Deily added the comment:
I can reproduce that test failure with Tk 8.6.10 on macOS, along with a few
others. I believe various small things have changed in Tk somewhere between
8.6.8 and 8.6.10 in ways that affect some of the Python Tk gui tests, like
test_tk and test_ttk_guionly. Some
Ned Deily added the comment:
New changeset eb0d255ffe002412bb937e1bde61225e5431da5e by Miss Islington (bot)
in branch '3.7':
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) (GH-21524)
https://github.com/python/cpython/commit/eb0d255ffe002412bb937e1bde6122
Ned Deily added the comment:
blurb-it imports aiohttp which imports yarl. It might be a duplicate of
https://github.com/aio-libs/yarl/issues/459
--
nosy: +asvetlov, ned.deily
___
Python tracker
<https://bugs.python.org/issue41
Ned Deily added the comment:
New changeset ca75fec1ed358f7324272608ca952b2d8226d11a by Miss Islington (bot)
in branch '3.7':
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538)
https://github.com/python/cpython/commit/ca75fec1ed358f7324272608ca952b
Ned Deily added the comment:
New changeset f02de961b9f19a5db0ead56305fe0057a78787ae by Miss Islington (bot)
in branch '3.6':
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21539)
https://github.com/python/cpython/commit/f02de961b9f19a5db0ead56305fe00
Ned Deily added the comment:
Merged for release in 3.9.0b5, 3.8.5, 3.7.9, and 3.6.12. Thanks, everyone!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10 -Python 2.7
___
Python tracke
Ned Deily added the comment:
Merged for release in 3.9.0a6, 3.8.4, 3.7.8, 3.6.11, and 3.5.10.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
New changeset 7cf1cb36ecafabff363790d245f809d3894fbbaf by Erlend Egeberg
Aasland in branch 'master':
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
https://github.com/python/cpython/commit/7cf1cb36ecafabff363790d245f809
Change by Ned Deily :
--
assignee: -> terry.reedy
components: +IDLE
nosy: +terry.reedy
___
Python tracker
<https://bugs.python.org/issue41349>
___
___
Python-
Ned Deily added the comment:
Thanks for the report. The python.org website sits behind a content delivery
network service and sometimes it takes a little while for pages to be updated
in the cache. It should be there now.
--
nosy: +ned.deily
resolution: -> fixed
st
Change by Ned Deily :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue41
Ned Deily added the comment:
Ramon, I am not sure why you closed this issue. Perhaps it may no longer be a
problem for you, but it has not yet been resolved for users of the python.org
macOS installers.
--
stage: resolved ->
status: closed ->
Ned Deily added the comment:
Thanks for the report. Actually this behavior is not specific to running IDLE
on macOS, it's also reproducible on Linux and on all current versions of IDLE.
--
components: -macOS
nosy: -ronaldoussoren
versions: +Python 3.10, Python 3.8, Pytho
Ned Deily added the comment:
PR 17536 was based on the original PR 13534 and has now gone through a couple
of rounds of code review. Other than a missing doc change, everything in PR
13534 is covered (and updated) in PR 17536 so I've closed the original PR.
Other than adding the doc c
Ned Deily added the comment:
I believe this is now just a duplicate of Issue36982. If there is anything not
already covered there, let's discuss it there.
--
nosy: +ned.deily
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Add sup
Ned Deily added the comment:
As xtreak noted earlier, the test_tk failure is documented in Issue41306. It
is a result of changes in Tk 8.6.x itself but the tests need to be fixed to
work with older and newer versions of Tk 8.6.x. And the curses issues were
originally reported in Issue36630
Ned Deily added the comment:
This issue should be fixed for upcoming releases. Nosying Łukasz for
consideration of "release blocker" status.
--
nosy: +lukasz.langa
priority: normal -> critical
___
Python tracker
<https://bugs.pytho
Ned Deily added the comment:
The immediate problem is that the version of Xcode you are using supplies a
MacOSX10.15 SDK by default. Since you are running on 10.14, the test passes if
you build using a MacOSX10.14 SDK. Either upgrade to 10.15 or grab the 10.14
SDK from a previous version of
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue41447>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thank you for the report and for the analysis. As you probably know, Python 3.6
is now in the security phase of its life cycle so generally only fixes for
security-related issues are provided at this point. This issue doesn't seem to
fall into that categor
Ned Deily added the comment:
Fixed in 3.9.0
--
nosy: +ned.deily
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.9 -Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
New changeset da4e09fff6b483fe858997da5599c25397107ca1 by Hans Petter Jansson
in branch 'master':
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
https://github.com/python/cpython/commit/da4e09fff6b483fe858997da5599c2
Change by Ned Deily :
--
assignee: -> docs@python
components: +Documentation
nosy: +cocoatomo, docs@python, mdk
___
Python tracker
<https://bugs.python.org/issu
Change by Ned Deily :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue41335>
___
___
Python-bugs-list
Ned Deily added the comment:
Thanks for the detailed analysis. That does seem like a reasonable explanation:
the code in setup.py was not expecting to find anything other than system files
under /System. For Apple to put other fs mount points in the /System hierarchy
seems ... odd but
Change by Ned Deily :
--
title: Python extension modules fail to build on Mac 10.15.1 (Catalina) ->
setup.py test for macOS SDK files may incorrectly classify files in other file
systems
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
> Why is this share mounted under /System/Volumes/Data and not under /Volumes?
See man 5 synthetic_conf for more details.
--
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
> We really need to get this merged since, without it, Python builds fail with
> the newer versions of ncurses now in most distributions.
That is a bit of an overstatment on my part. What is true is that test_curses
fails on 3.9 and 3.8 when run with ncurs
Ned Deily added the comment:
Indeed, the backport to 3.7 slipped through the cracks somehow; we should fix
that. Thanks for bringing this up!
--
resolution: fixed ->
stage: resolved -> backport needed
status: closed -> open
___
Pytho
Ned Deily added the comment:
New changeset a8ad127c222456e614b59990f113e93e95593155 by Miss Islington (bot)
in branch '3.7':
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21835)
https://github.com/python/cpython/commit/a8ad127c222456e614b59990f113e93e9
Ned Deily added the comment:
New changeset 622d90f65ca9f0a6ddf255a727de003b92dca01d by Miss Islington (bot)
in branch '3.8':
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)
https://github.com/python/cpython/commit/622d90f65ca9f0a
Ned Deily added the comment:
New changeset f3b6f3cd9ac6931ae346cf298fae7b691d5656bb by Miss Islington (bot)
in branch '3.7':
bpo-41455: Provide a link to how the third generation is collected in the GC
docs (GH-21703) (GH-21788)
https://github.com/python/cpyt
Change by Ned Deily :
--
components: +macOS
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<https://bugs.python.org/issue39584>
___
___
Python-bugs-list m
Change by Ned Deily :
--
nosy: +petr.viktorin
___
Python tracker
<https://bugs.python.org/issue41534>
___
___
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/issue24783>
___
___
Change by Ned Deily :
--
components: +asyncio
___
Python tracker
<https://bugs.python.org/issue40782>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for your report. The screen capture link is not publically available
(requires a login). Please find another way to provide it; you can upload and
attach an image file to this issue ("Choose File" button). Also, please provide
the complete Pyth
Ned Deily added the comment:
Thanks for the report. Just to be clear, this is running on Windows? And, if
so, which version?
--
components: +Windows
nosy: +ned.deily, paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<ht
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue41539>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset cf79cbf4479e395bf7c4df2907f5a444639b4f6f by Miss Islington (bot)
in branch '3.7':
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow()
(GH-7467) (GH-21878)
https://github.com/python/cpyt
Ned Deily added the comment:
I'm still not sure exactly what happened here but it looks like the backport to
3.7 (PR 7506) from the original fix in master (pre-3.8) (PR 7467) failed but
the backport to 3.6 (PR 7507) succeeded. And then it was backported a second
time to 3.6 (PR
Ned Deily added the comment:
OK, I can reproduce the window resizing stuttering on macOS 11 Big Sur (Intel)
Developer Beta 4 using the most recent python.org Python 3.8.5 binary
installer; the stuttering does not occur with macOS 10.5.6 Catalina or earlier
systems. We have been using an
Ned Deily added the comment:
FWIW, I see similar behavior on a 2017 MBP running with 10.15.6 or 11.0 (Big
Sur) beta 4. That's ... odd that there is a non-unique MAC address. (Not
surprisingly, there is no such problem on an iMac that doesn't have the
touchbar subsystem.) That
Ned Deily added the comment:
James, thanks very much for your detailed instructions. Alas, once again, I am
unable to reproduce the hanging behavior under apparently similar conditions
(10.5.6, Documents folder on iCloud, etc). I know this is frustrating to all of
us. I have one new
Ned Deily added the comment:
The topics file is regenerated by the release manager immediately before
tagging a new release. That's what all those commits are. The commands to do
so are:
cd Doc
make venv pydoc-topcs
cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py
So, onc
Ned Deily added the comment:
Sorry, my previous response was incomplete and I closed this prematurely.
Re-opening.
--
resolution: duplicate ->
stage: resolved ->
status: closed -> open
superseder: Python '--help'
Change by Ned Deily :
--
Removed message: https://bugs.python.org/msg375424
___
Python tracker
<https://bugs.python.org/issue41527>
___
___
Python-bugs-list m
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue35786>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset a0ad82959652ff64c99231f457fd740b17330514 by Ned Deily in branch
'3.7':
bpo-41100: additional fixes for testing on macOS 11 Big Sur Intel
https://github.com/python/cpython/commit/a0ad82959652ff64c99231f457fd74
Ned Deily added the comment:
> Would taking a video help?
It couldn't hurt and might very well help.
> I'll make one anyways
Thank you!
--
___
Python tracker
<https://bugs.py
Change by Ned Deily :
--
nosy: +vstinner
___
Python tracker
<https://bugs.python.org/issue41617>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
> I wonder if it's a problem from Unicode representation
That does seem to be the issue. In particular, there are differences in Unicode
representation between file names on traditional HFS+ versus the newer APFS.
APFS is the default for system file sy
Ned Deily added the comment:
If setuptools 50 is in use, you are likely running into one of various problems
introduced by setuptools new vendoring of distutils which breaks various Ubuntu
local modifications. It looks like a temporary workaround is to to add this
environment variable
Ned Deily added the comment:
Thanks for the report. However, you are going to have give more specific
information for us to be able to try to understand and reproduce the problem.
Exactly what steps did you use to show the problem, in particular, in what
context were those three lines of
New submission from Ned Deily :
See pypa/setuptools#2361 for details.
For now, temporarily pin setuptools version in the Doc venv to a previous
version.
Victor notes:
""Temporarily pin setuptools": we already pin Sphinx version to also avoid
breaking the CI when a new Sp
Change by Ned Deily :
--
keywords: +patch
pull_requests: +21135
stage: commit review -> patch review
pull_request: https://github.com/python/cpython/pull/22038
___
Python tracker
<https://bugs.python.org/issu
Change by Ned Deily :
--
priority: critical -> high
stage: patch review -> needs patch
___
Python tracker
<https://bugs.python.org/issue41685>
___
___
Pyth
Ned Deily added the comment:
New changeset a4c4e17f959621ab00a98086af1704fb0c896466 by Ned Deily in branch
'master':
bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)
https://github.com/python/cpython/commit/a4c4e17f959621ab00a98086af1704
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue41714>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
The behavior you see with a Python 3.7 is not universal. For example, on macOS:
Python 3.7.9 (v3.7.9:13c94747c7, Aug 15 2020, 01:31:08)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "licens
Change by Ned Deily :
--
nosy: +lukasz.langa
versions: +Python 3.9
___
Python tracker
<https://bugs.python.org/issue41703>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Mark, PR 22151 needs to be merged to the 3.9 branch as well. You can add the
"Needs backport to 3.9" label to the original PR.
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.o
Ned Deily added the comment:
In general, we do not backport documentation changes to branches in the
security-fix phase of their life cycles and their online versions are only
updated for a release.
--
status: open -> closed
versions: -Python 3.6, Python
Change by Ned Deily :
--
nosy: +ned.deily
nosy_count: 6.0 -> 7.0
pull_requests: +21290
pull_request: https://github.com/python/cpython/pull/22235
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
New changeset 7dbbea75cec27a48b68cc07c23f3f317cacf4a16 by Ned Deily in branch
'master':
bpo-39883: Update macOS installer copy of LICENSE. (GH-22235)
https://github.com/python/cpython/commit/7dbbea75cec27a48b68cc07c23f3f3
2101 - 2200 of 6927 matches
Mail list logo