[issue26182] Deprecation warnings for the future async and await keywords in Python 3.6

2016-09-12 Thread Ned Deily
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

[issue28040] compact dict : SystemError: returned NULL without setting an error.

2016-09-12 Thread Ned Deily
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

[issue28040] compact dict : SystemError: returned NULL without setting an error.

2016-09-12 Thread Ned Deily
Ned Deily added the comment: OK, thanks, Stefan! OK with you, Victor? -- ___ Python tracker <http://bugs.python.org/issue28040> ___ ___ Python-bugs-list mailin

[issue28109] What's new item for PEP 526 -- Variable annotations

2016-09-12 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue28109> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28040] compact dict : SystemError: returned NULL without setting an error.

2016-09-12 Thread Ned Deily
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

[issue28092] Build failure for 3.6 on Centos 5.11

2016-09-12 Thread Ned Deily
Ned Deily added the comment: [discussion with Steven about compiler versions taken off-list] -- ___ Python tracker <http://bugs.python.org/issue28092> ___ ___

[issue28128] Improve the warning message for invalid escape sequences

2016-09-13 Thread Ned Deily
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

[issue28055] pyhash's siphash24 assumes alignment of the data pointer

2016-09-14 Thread Ned Deily
Changes by Ned Deily : -- priority: normal -> high stage: needs patch -> patch review versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/i

[issue28099] Drop Mac OS X Tiger support in Python 3.6

2016-09-14 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily ___ Python tracker <http://bugs.python.org/issue28099> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28150] Error CERTIFICATE_VERIFY_FAILED in macOS

2016-09-14 Thread Ned Deily
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

[issue27806] 2.7 32-bit builds fail on future releases of OS X due to dependency on deleted header file

2016-09-16 Thread Ned Deily
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

[issue27806] 2.7 32-bit builds fail on macOS 10.12 Sierra due to dependency on deleted header file QuickTime/QuickTime.h

2016-09-16 Thread Ned Deily
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

[issue28208] update sqlite to 3.14.2

2016-09-19 Thread Ned Deily
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

[issue28209] Exe or MSI unable to find Py3.5

2016-09-19 Thread Ned Deily
Changes by Ned Deily : -- nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue28209> ___ ___ Python-bugs-list m

[issue28242] os.environ.get documentation missing

2016-09-21 Thread Ned Deily
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

[issue28242] os.environ.get documentation missing

2016-09-21 Thread Ned Deily
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

[issue28257] Regression for star argument parameter error messages

2016-09-23 Thread Ned Deily
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

[issue28257] Regression for star argument parameter error messages

2016-09-23 Thread Ned Deily
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

[issue28228] imghdr does not support pathlib

2016-09-23 Thread Ned Deily
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

[issue28228] imghdr does not support pathlib

2016-09-23 Thread Ned Deily
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

[issue28228] imghdr does not support pathlib

2016-09-23 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg277300 ___ Python tracker <http://bugs.python.org/issue28228> ___ ___ Python-bugs-list mailin

[issue28225] bz2 does not support pathlib

2016-09-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue28225> ___ ___ Python-bugs-list mailing list Unsub

[issue28226] compileall does not support pathlib

2016-09-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue28226> ___ ___ Python-bugs-list mailing list Unsub

[issue28227] gzip does not support pathlib

2016-09-23 Thread Ned Deily
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

[issue28229] lzma does not support pathlib

2016-09-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue28229> ___ ___ Python-bugs-list mailing list Unsub

[issue28230] tarfile does not support pathlib

2016-09-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue28230> ___ ___ Python-bugs-list mailing list Unsub

[issue28240] Enhance the timeit module: display average +- std dev instead of minimum

2016-09-23 Thread Ned Deily
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

[issue27292] Warn users that os.urandom() prior to 3.6 can return insecure values

2016-09-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: -ned.deily ___ Python tracker <http://bugs.python.org/issue27292> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27923] PEP 467 -- Minor API improvements for binary sequences

2016-09-23 Thread Ned Deily
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

[issue28184] Trailing whitespace in C source code

2016-09-23 Thread Ned Deily
Changes by Ned Deily : -- versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue28184> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28207] Use pkg-config to find dependencies

2016-09-26 Thread Ned Deily
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

[issue27100] Attempting to use class with both __enter__ & __exit__ undefined yields __exit__ attribute error

2016-09-28 Thread Ned Deily
Changes by Ned Deily : -- stage: -> patch review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue27100> ___ ___ Python-bugs-list mai

[issue28314] ElementTree: Element.getiterator(tag) broken in 3.6

2016-09-29 Thread Ned Deily
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.

[issue27854] Installed 2.7: IDLE Help disabled because help.html is missing

2016-09-29 Thread Ned Deily
Changes by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue27

[issue28331] "CPython implementation detail:" is removed when contents is translated

2016-10-01 Thread Ned Deily
Changes by Ned Deily : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue28331> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28326] multiprocessing.Process depends on sys.stdout being open

2016-10-01 Thread Ned Deily
Changes by Ned Deily : -- nosy: +davin ___ Python tracker <http://bugs.python.org/issue28326> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue28328] statistics.geometric_mean has no tests. Defer to 3.7?

2016-10-01 Thread Ned Deily
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

[issue28323] Remove MacOS 9-specific codes from exit() and quit()

2016-10-01 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch! -- resolution: -> fixed stage: -> resolved status: open -> closed type: enhancement -> ___ Python tracker <http://bugs.python

[issue28324] Clean up MacOS 9-specific description in the docstring of os.py

2016-10-01 Thread Ned Deily
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

[issue28325] Remove MacOS 9-specific module macurl2path.py

2016-10-01 Thread Ned Deily
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

[issue9850] obsolete macpath module dangerously broken and should be removed

2016-10-01 Thread Ned Deily
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

[issue28342] OSX 10.12 crash in urllib.request getproxies_macosx_sysconf and proxy_bypass_macosx_sysconf

2016-10-02 Thread Ned Deily
Changes by Ned Deily : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue28342> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28342] OSX 10.12 crash in urllib.request getproxies_macosx_sysconf and proxy_bypass_macosx_sysconf

2016-10-02 Thread Ned Deily
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

[issue28341] cpython tip fails to build on Mac OS X 10.11.6 w/ XCode 8.0

2016-10-02 Thread Ned Deily
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

[issue28342] OSX 10.12 crash in urllib.request getproxies_macosx_sysconf and proxy_bypass_macosx_sysconf

2016-10-03 Thread Ned Deily
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

[issue27181] Add geometric mean to `statistics` module

2016-10-04 Thread Ned Deily
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

[issue13829] exception error in _scproxy.so when called after fork

2016-10-04 Thread Ned Deily
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

[issue28342] OSX 10.12 crash in urllib.request getproxies_macosx_sysconf and proxy_bypass_macosx_sysconf

2016-10-04 Thread Ned Deily
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

[issue28341] cpython tip fails to build on Mac OS X 10.11.6 w/ XCode 8.0

2016-10-04 Thread Ned Deily
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

[issue28355] wsgiref simple_server PATH_INFO treats slashes and %2F the same

2016-10-06 Thread Ned Deily
Changes by Ned Deily : -- nosy: +pje ___ Python tracker <http://bugs.python.org/issue28355> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue27859] argparse - subparsers does not retain namespace

2016-10-06 Thread Ned Deily
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://

[issue28381] Add a "starcaller" function

2016-10-06 Thread Ned Deily
Changes by Ned Deily : -- nosy: +rhettinger ___ Python tracker <http://bugs.python.org/issue28381> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26171] heap overflow in zipimporter module

2016-10-08 Thread Ned Deily
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

[issue26171] heap overflow in zipimporter module

2016-10-08 Thread Ned Deily
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

[issue27761] Private _nth_root function loses accuracy

2016-10-10 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> normal ___ Python tracker <http://bugs.python.org/issue27761> ___ ___ Python-bugs-list mailing list Un

[issue28405] Compile error on Modules/_futuresmodule.c

2016-10-10 Thread Ned Deily
Ned Deily added the comment: revised patch LGTM -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue28405> ___ ___ Python-bugs-list mailin

[issue28328] statistics.geometric_mean has no tests. Defer to 3.7?

2016-10-10 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> normal ___ Python tracker <http://bugs.python.org/issue28328> ___ ___ Python-bugs-list mailing list Un

[issue28179] Segfault in test_recursionlimit_fatalerror

2016-10-10 Thread Ned Deily
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

[issue28230] tarfile does not support pathlib

2016-10-10 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lars.gustaebel ___ Python tracker <http://bugs.python.org/issue28230> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28314] ElementTree: Element.getiterator(tag) broken in 3.6

2016-10-10 Thread Ned Deily
Changes by Ned Deily : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue28314> ___ ___ Python-bugs-list mailing list Un

[issue28248] Upgrade installers to OpenSSL 1.0.2j

2016-10-10 Thread Ned Deily
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

[issue28208] update sqlite to 3.14.2

2016-10-10 Thread Ned Deily
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

[issue28434] U+1F441 EYE Missing in unicodedata

2016-10-13 Thread Ned Deily
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

[issue28435] test_urllib2_localnet.ProxyAuthTests fails with no_proxy and NO_PROXY env

2016-10-13 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil stage: -> patch review ___ Python tracker <http://bugs.python.org/issue28435> ___ ___ Python-bugs-list mai

[issue28422] multiprocessing Manager mutable type member access failure

2016-10-13 Thread Ned Deily
Changes by Ned Deily : -- nosy: +davin ___ Python tracker <http://bugs.python.org/issue28422> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue28291] urllib/urllib2 AbstractDigestAuthHandler locked to retried count of 5

2016-10-13 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker <http://bugs.python.org/issue28291> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28428] Rename _futures module to _asyncio

2016-10-13 Thread Ned Deily
Changes by Ned Deily : -- nosy: +steve.dower ___ Python tracker <http://bugs.python.org/issue28428> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28087] macOS 12 poll syscall returns prematurely

2016-10-13 Thread Ned Deily
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

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2016-10-14 Thread Ned Deily
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

[issue28092] Build failure for 3.6 on Centos 5.11

2016-10-14 Thread Ned Deily
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

[issue28456] Test failures under macOS 10.12 Sierra

2016-10-16 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> macOS 12 poll syscall returns prematurely ___ Python tracker <http://bugs.python

[issue28456] Test failures under macOS 10.12 Sierra

2016-10-16 Thread Ned Deily
Ned Deily added the comment: This is a duplicate of Issue28087. -- ___ Python tracker <http://bugs.python.org/issue28456> ___ ___ Python-bugs-list mailin

[issue14991] Option for regex groupdict() to show only matching names

2016-10-16 Thread Ned Deily
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

[issue27806] 2.7 32-bit builds fail on macOS 10.12 Sierra due to dependency on deleted header file QuickTime/QuickTime.h

2016-10-17 Thread Ned Deily
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

[issue28471] Python 3.6b2 crashes with "Python memory allocator called without holding the GIL"

2016-10-18 Thread Ned Deily
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

[issue28471] Python 3.6b2 crashes with "Python memory allocator called without holding the GIL"

2016-10-18 Thread Ned Deily
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

[issue28471] Python 3.6b2 crashes with "Python memory allocator called without holding the GIL"

2016-10-18 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> ___ Python tracker <http://bugs.python.org/issue28471> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28472] SystemTap usage examples in docs are incorrect

2016-10-18 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lukasz.langa versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue28472> ___ ___ Python-bugs-list mailin

[issue27593] Deprecate sys._mercurial and create sys._git

2016-10-20 Thread Ned Deily
Ned Deily added the comment: I'll get to this one shortly. -- assignee: brett.cannon -> ned.deily ___ Python tracker <http://bugs.python.org/issue27593> ___

[issue28491] Remove bundled libffi for OSX

2016-10-20 Thread Ned Deily
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

[issue24381] Got warning when compiling ffi.c on Mac

2016-10-20 Thread Ned Deily
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

[issue28092] Build failure for 3.6 on Centos 5.11

2016-10-20 Thread Ned Deily
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

[issue28099] Drop Mac OS X Tiger support in Python 3.6

2016-10-20 Thread Ned Deily
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

[issue28499] Logging module documentation needs a rework.

2016-10-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue28499> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28507] Regenerate ./configure on the default branch

2016-10-22 Thread Ned Deily
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

[issue28507] Regenerate ./configure on the default branch

2016-10-22 Thread Ned Deily
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

[issue28507] Regenerate ./configure on the default branch

2016-10-22 Thread Ned Deily
Ned Deily added the comment: https://docs.python.org/devguide/faq.html#how-do-i-regenerate-configure -- ___ Python tracker <http://bugs.python.org/issue28

[issue28520] Failed to install Python 3.3.5 on OSX 10.11.6

2016-10-24 Thread Ned Deily
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

[issue28341] cpython tip fails to build on Mac OS X 10.11.6 w/ XCode 8.0

2016-10-24 Thread Ned Deily
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

[issue28514] Python (IDLE?) freezes on file save on Windows

2016-10-24 Thread Ned Deily
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

[issue28341] cpython tip fails to build on Mac OS X 10.11.6 w/ XCode 8.0

2016-10-24 Thread Ned Deily
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

[issue28524] Set default argument of logging.disable() to logging.CRITICAL

2016-10-24 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue28524> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26682] Ttk Notebook tabs do not show with 1-2 char names

2016-10-24 Thread Ned Deily
Changes by Ned Deily : -- stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue26682> ___ ___ Python-bugs-list

[issue28514] Python (IDLE?) freezes on file save on Windows

2016-10-25 Thread Ned Deily
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

[issue28522] can't make IDLEX work with python._pth and python-3.6.0b2

2016-10-26 Thread Ned Deily
Changes by Ned Deily : -- nosy: +roger.serwy, terry.reedy ___ Python tracker <http://bugs.python.org/issue28522> ___ ___ Python-bugs-list mailing list Unsub

[issue28544] Implement asyncio.Task in C

2016-10-27 Thread Ned Deily
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> ___ _

[issue28544] Implement asyncio.Task in C

2016-10-27 Thread Ned Deily
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

[issue28498] tk busy command

2016-10-30 Thread Ned Deily
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

[issue28385] Bytes objects should reject all formatting codes with an error message

2016-10-30 Thread Ned Deily
Ned Deily added the comment: Buildbots are failing: == FAIL: test_errors (test.test_fstring.TestCase) (str="f'{(lambda: 0):x}'") -- Ty

[issue28128] Improve the warning message for invalid escape sequences

2016-10-31 Thread Ned Deily
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

<    64   65   66   67   68   69   70   >