Ned Deily added the comment:
As long as Brett is also OK with it, it can go in for 360b2.
--
___
Python tracker
<http://bugs.python.org/issue26182>
___
___
Pytho
Ned Deily added the comment:
The immediate question is: is this serious enough to block 3.6.0b1 or can it
wait for b2? The b1 bits are just about ready to be published.
--
___
Python tracker
<http://bugs.python.org/issue28
Ned Deily added the comment:
OK, thanks, Stefan! OK with you, Victor?
--
___
Python tracker
<http://bugs.python.org/issue28040>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue28109>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Yes, he's had a *long* day. I'll take your advice, Stefan. Thanks.
--
___
Python tracker
<http://bugs.python.o
Ned Deily added the comment:
[discussion with Steven about compiler versions taken off-list]
--
___
Python tracker
<http://bugs.python.org/issue28092>
___
___
Ned Deily added the comment:
It sounds like a fix but let's see the final patch first. If a core developer
wants to apply it to the default branch for 3.7, we can decide whether it
should go into 3.6, too.
--
___
Python tracker
Changes by Ned Deily :
--
priority: normal -> high
stage: needs patch -> patch review
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/i
Changes by Ned Deily :
--
assignee: -> ned.deily
___
Python tracker
<http://bugs.python.org/issue28099>
___
___
Python-bugs-list mailing list
Unsubscrib
Ned Deily added the comment:
Sorry, the information about this feature is currently only documented in the
OS X installer ReadMe. As you noted, it's displayed to the user during
installation when using the OS X installer app. A copy of the ReadMe is also
installed for later reference i
Ned Deily added the comment:
sashk, thanks for the patches! The general approach LGTM as well.
Unfortunately, we need the fix to work with gcc-4.2 since the Python 2.7
installers are still built and supported on OS X 10.5 and 10.6 and the
__has_include preprocessor construct is not
Ned Deily added the comment:
Thanks, Alexander and especially Jeremy, for the reviews and suggestions.
Thanks again sashk for the patches. Committed for release in 2.7.13.
--
resolution: -> fixed
stage: needs patch -> resolved
status: open -> closed
title: 2.7 32-bit build
Changes by Ned Deily :
--
components: +Macintosh, Windows
nosy: +ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden
priority: normal -> release blocker
stage: -> needs patch
versions: +Python 3.6, Python 3.7
___
Python tracker
Changes by Ned Deily :
--
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue28209>
___
___
Python-bugs-list m
Ned Deily added the comment:
os.environ is documented as being a "mapping" object. The "get" method is a
standard method for all mapping objects; it's not unique to os.environ. Thus,
there is no need to specially call out "get" or any of the other "ma
Ned Deily added the comment:
The difference is that os.environ is a reference to a mapping object,
essentially a dict, that has all of the process environment variables. By using
the get('x') method on that object, you ask the object to find and return the
value corresponding to key
Ned Deily added the comment:
That is a fairly big change to go in now but the error message regression is
also big. With a review from a core developer and assuming no other
objections, I think this can go into 360b2.
--
___
Python tracker
<h
Ned Deily added the comment:
Raymond, Larry's comment was about 3.5, not 3.6. See my comment above.
--
___
Python tracker
<http://bugs.python.org/is
Ned Deily added the comment:
Since better pathlib support in standard library modules has been a focus of
3.6, I'm willing to allow this and the related changes for gzip, tarfile,
zipfile, bz2, lzma, and compilall (Issue28226 through Issue28321) if thay
introduce no backward incompatibil
Ned Deily added the comment:
Since better pathlib support in standard library modules has been a focus of
3.6, I'm willing to allow this and the related changes for gzip, tarfile,
zipfile, bz2, lzma, and compilall (Issue28225 through Issue28231) if thay
introduce no backward incompatibil
Changes by Ned Deily :
--
Removed message: http://bugs.python.org/msg277300
___
Python tracker
<http://bugs.python.org/issue28228>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
--
nosy: +ned.deily
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue28225>
___
___
Python-bugs-list mailing list
Unsub
Changes by Ned Deily :
--
nosy: +ned.deily
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue28226>
___
___
Python-bugs-list mailing list
Unsub
Changes by Ned Deily :
--
nosy: +ned.deily
versions: +Python 3.6, Python 3.7
___
Python tracker
<http://bugs.python.org/issue28227>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
--
nosy: +ned.deily
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue28229>
___
___
Python-bugs-list mailing list
Unsub
Changes by Ned Deily :
--
nosy: +ned.deily
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue28230>
___
___
Python-bugs-list mailing list
Unsub
Ned Deily added the comment:
Until we have a consensus on this change and a final, reviewed patch, it is
premature to consider inclusion in 3.6. If there is such prior to 360b2, we
can reconsider.
--
versions: -Python 3.6
___
Python tracker
Changes by Ned Deily :
--
nosy: -ned.deily
___
Python tracker
<http://bugs.python.org/issue27292>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
I agree with Ethan that the PEP needs to be accepted first and afterwards,
unless there is a very strong case made quickly, it would not qualify for a
late-feature exemption for 360b2.
Nick, any updates on the status of PEP 467?
--
nosy: +ncoghlan
Changes by Ned Deily :
--
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue28184>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Any solution using pkg-config would need to take into account that pkg-config
may not be available (by default) on platforms we support; for example, AFAIK,
Apple does not ship pkg-config in the base OS or any of its developer tools.
And the solution would need
Changes by Ned Deily :
--
stage: -> patch review
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue27100>
___
___
Python-bugs-list mai
Ned Deily added the comment:
Even better:
Python 3.6.0b1 (v3.6.0b1:5b0ca4ed5e2f, Sep 12 2016, 09:24:46)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from xml.
Changes by Ned Deily :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue27
Changes by Ned Deily :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue28331>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +davin
___
Python tracker
<http://bugs.python.org/issue28326>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Ned Deily added the comment:
I was hoping that the open issues could be resolved in time for b2 but that
seems unlikely at this point. So I have to agree that this feature should be
deferred to 3.7. Steven, can you make the necessary reverts on the 3.6 branch
Ned Deily added the comment:
Thanks for the patch!
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: enhancement ->
___
Python tracker
<http://bugs.python
Ned Deily added the comment:
Thanks for this patch, too!
--
keywords: +gsoc -patch
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: enhancement ->
___
Python tracker
<http://bugs.python
Ned Deily added the comment:
Thanks for the suggestion; I didn't even know that was still around. Because
it is a bit late in the game for 3.6 and to be extra cautious, I decided to
remove it starting with 3.7.
--
resolution: -> fixed
stage: -> resolved
status: open -&g
Ned Deily added the comment:
It's a bit late in the 3.6 cycle to be removing macpath, but it's not too late
to mark it in 3.6 as deprecated and to be removed in 3.7. If someone wants to
write two patches, one for 3.6 to add a deprecation warning to the code and to
the docs, the oth
Changes by Ned Deily :
--
status: open -> pending
___
Python tracker
<http://bugs.python.org/issue28342>
___
___
Python-bugs-list mailing list
Unsubscrib
Ned Deily added the comment:
This is likely a duplicate of issues like #27126 and #13829. In #24273 there
is a suggested workaround: set environment variable "no_proxy" to "*".
http://bugs.python.org/issue24273#msg243963
--
nosy: +ned.deily
resolution: -&g
Ned Deily added the comment:
There are various reports about Xcode 8.0 providing a 10.12 SDK which will
include refs to symbols not available yet on 10.11. Try installing the command
line tools via:
$ xcode-select --install
and doing a "make distclean" and then a complete con
Ned Deily added the comment:
Glad you have it working. Did you try the suggested workaround of setting
environment variable "no_proxy" to "*"? I believe that should have had the
same net effect as the monkey patching.
--
sta
Ned Deily added the comment:
Thanks, Steven. Actually, we needed to remove geometric_mean from the 3.6
branch, not the default branch (which will become 3.7). I backported your
removal patch to 3.6. Feel free to reapply geometric_mean to the default
branch at your leisure
Changes by Ned Deily :
--
priority: low -> normal
stage: -> needs patch
versions: +Python 3.5, Python 3.6, Python 3.7
___
Python tracker
<http://bugs.python.org/i
Ned Deily added the comment:
OK, I'm closing this a duplicate and I've updated #13829 to include currently
3.x versions.
--
components: +Macintosh
nosy: +ronaldoussoren
stage: -> resolved
status: open -> closed
___
Pytho
Ned Deily added the comment:
It is a bit confusing but, in general these days, you should always install the
current command line tools specific to the version of the Mac operating system
you are running. That ensures that not only are the necessary build tools
installed but also that the
Changes by Ned Deily :
--
nosy: +pje
___
Python tracker
<http://bugs.python.org/issue28355>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
resolution: -> duplicate
stage: needs patch -> resolved
status: open -> closed
superseder: -> argparse set_defaults on subcommands should override top level
set_defaults
___
Python tracker
<http://
Changes by Ned Deily :
--
nosy: +rhettinger
___
Python tracker
<http://bugs.python.org/issue28381>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Parvesh, we only maintain the latest micro release of a release cycle; for 2.7,
that is currently 2.7.12. In other words, once 2.7.9 was released, 2.7.8 was
no longer supported by us (although, of course, downstream distributors of
Cpython can choose to backport
Changes by Ned Deily :
--
priority: release blocker ->
versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/issu
Changes by Ned Deily :
--
priority: release blocker -> normal
___
Python tracker
<http://bugs.python.org/issue27761>
___
___
Python-bugs-list mailing list
Un
Ned Deily added the comment:
revised patch LGTM
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue28405>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
--
priority: release blocker -> normal
___
Python tracker
<http://bugs.python.org/issue28328>
___
___
Python-bugs-list mailing list
Un
Ned Deily added the comment:
Since this is also reproducible on some 3.5.2 platforms, I don't think it
qualifies as a release blocker for 3.6.0. But it still should be addressed.
--
priority: release blocker -> high
___
Python tracke
Changes by Ned Deily :
--
nosy: +lars.gustaebel
___
Python tracker
<http://bugs.python.org/issue28230>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue28314>
___
___
Python-bugs-list mailing list
Un
Ned Deily added the comment:
We didn't get this into 3.6.0b2; needs to be in 3.6.0b3.
--
___
Python tracker
<http://bugs.python.org/issue28248>
___
___
Pytho
Ned Deily added the comment:
I'd like to see this in 3.6.0b3.
--
___
Python tracker
<http://bugs.python.org/issue28208>
___
___
Python-bugs-list mailing list
Ned Deily added the comment:
The EYE code point was added in Unicode 7.0 which was first supported in Python
3.5.0.
--
nosy: +ned.deily
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python track
Changes by Ned Deily :
--
nosy: +orsenthil
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue28435>
___
___
Python-bugs-list mai
Changes by Ned Deily :
--
nosy: +davin
___
Python tracker
<http://bugs.python.org/issue28422>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Ned Deily :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue28291>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +steve.dower
___
Python tracker
<http://bugs.python.org/issue28428>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
(From https://github.com/curl/curl/issues/1057, the curl project has also seen
this and opened an issue with Apple against macOS 10.12, RADAR 28372390.)
--
___
Python tracker
<http://bugs.python.org/issue28
Ned Deily added the comment:
This also affects the -m ensurepip installation of pip itself: the pip install
fails trying to upgrade the Apple-supplied version of setuptools. The behavior
of adding the system Python's site-packages directory to the search path of all
framework-build Py
Ned Deily added the comment:
"while non-static inline has problems with the default compilers on both CentOS
5 and OS X."
The changes introduced in 3.6 prevent compilation with gcc4.0 which was the
default Apple-supplied compiler on Mac OS X 10.4 (Tiger). 3.6 currently
compiles
Changes by Ned Deily :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> macOS 12 poll syscall returns prematurely
___
Python tracker
<http://bugs.python
Ned Deily added the comment:
This is a duplicate of Issue28087.
--
___
Python tracker
<http://bugs.python.org/issue28456>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
How do others feel about Serhiy's proposal for eventually changing the
semantics of groupdict() to mean only return matched groups? If that seems
reasonable, then there is the separate question of how to make the transition.
Adding a somewhat unpredic
Ned Deily added the comment:
Lapsang, sorry but this bug tracker is not a help forum. There are many other,
more appropriate places to ask for help in building software, like Stack
Overflow or the Python mailing list. But, if you are not comfortable patching
and building software from
Ned Deily added the comment:
Fatal Python error: Python memory allocator called without holding the GIL
Current thread 0x7fffb043b3c0 (most recent call first):
File
"/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/asyncio/base_even
Ned Deily added the comment:
And here's an OS X debug-build stack trace using the system malloc (current 3.6
tip, a218260334c4):
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 pytest_10.120x00010256b794 PyObject_Call + 404
(abstract.c:22
Changes by Ned Deily :
--
priority: release blocker ->
___
Python tracker
<http://bugs.python.org/issue28471>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Ned Deily :
--
nosy: +lukasz.langa
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue28472>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
I'll get to this one shortly.
--
assignee: brett.cannon -> ned.deily
___
Python tracker
<http://bugs.python.org/issue27593>
___
Ned Deily added the comment:
Yes, we shouldn't be depending on pkg-config being available. I am not at all
keen on adding a dependency on a third-party library supplied by another
distributor. What I would like to see is: (1) add libffi to the third-party
libs built and used for the
Ned Deily added the comment:
Thank you for the patch! Now fixed in the bundled versions of libffi for OS X.
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
versions: +Python 2.7, Python 3.7
___
Python track
Ned Deily added the comment:
"*** WARNING: renaming "_sqlite3" since importing it failed:
build/lib.linux-x86_64-3.6/_sqlite3.cpython-36m-x86_64-linux-gnu.so: undefined
symbol: sqlite3_stmt_readonly"
That's a different issue: most likely you are building with an o
Ned Deily added the comment:
With the recent changes (fd9a4bd16587) in Issue28092 to make the dtrace stubs
static inline, 3.6 once again compiles and links with the Xcode 2.5 gcc4.0 on
Mac OS X 10.4. We can look at this again for 3.7.
--
resolution: -> out of date
st
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue28499>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Don't worry about it. We will take care of it as necessary when we release.
--
resolution: -> later
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.pyth
Ned Deily added the comment:
That's why we suggest to not include configure changes in a patch, only
configure.ac changes. It's the responsibility of the patch committer to ensure
that generated files like configure are updated properly at commit time. But,
yes, it would be better t
Ned Deily added the comment:
https://docs.python.org/devguide/faq.html#how-do-i-regenerate-configure
--
___
Python tracker
<http://bugs.python.org/issue28
Ned Deily added the comment:
Interesting! Up until the Python 3.4.2 and 2.7.9 releases, the python.org
installers for Mac operating systems were produced as old-style "bundle"
installer packages and were shipped in a .dmg container. The bundle format had
long been deprecated, sup
Ned Deily added the comment:
Christoph, building on a newer OS X release for an older OS X release is tricky
and out-of-scope for this closed issue. (But, it likely has the same root
cause. The simplest solution is to build on the lowest-supported release, e.g.
10.9. You may also have
Ned Deily added the comment:
Kamran, the image you supplied shows that you are trying to use IDLE from
Python 3.2.3. 3.2.3 is very old and no longer supported. Also, Windows 7 is
very old. The last binary release of Python 3.2.x was 3.2.5 so you could try
installing that version. Or
Ned Deily added the comment:
There clearly was a specific problem introduced with the 10.12 SDK. It may be
possible to work around by adding AVAILABILITY macros at appropriate spots in C
code or some such. If someone is interested in supplying a patch, I'm willing
to consider applyi
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue28524>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue26682>
___
___
Python-bugs-list
Ned Deily added the comment:
You need more assistance than we can give here on the issue tracker. Please
look at the help resources here: https://www.python.org/about/help/. In
particular, you could try asking on the tutor mailing list:
https://mail.python.org/mailman/listinfo/tutor. Good
Changes by Ned Deily :
--
nosy: +roger.serwy, terry.reedy
___
Python tracker
<http://bugs.python.org/issue28522>
___
___
Python-bugs-list mailing list
Unsub
Ned Deily added the comment:
If it's OK with Guido, it's OK with me for 360b3. (That's Monday.)
--
___
Python tracker
<http://bugs.python.org/issue28544>
___
_
Ned Deily added the comment:
I also trust Yury to do the right thing.
--
___
Python tracker
<http://bugs.python.org/issue28544>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
With ActiveState 8.6.4.1 (the most recent version available) on macOS:
==
ERROR: test_tk_busy (tkinter.test.test_tkinter.test_misc.MiscTest
Ned Deily added the comment:
Buildbots are failing:
==
FAIL: test_errors (test.test_fstring.TestCase) (str="f'{(lambda: 0):x}'")
--
Ty
Ned Deily added the comment:
I agree that the current behavior for 3.6 is very user-unfriendly so I think
the risks of making such an extensive change at this point in the release cycle
are outweighed by the severity of the problem. So let's get it into 3.6 now;
there's still time
6801 - 6900 of 6927 matches
Mail list logo