[issue34909] StrEnum subclasses cannot be created

2018-10-05 Thread Ned Deily
Ned Deily added the comment: > I just finished the fix and am currently running the tests locally. Great. Thanks! > Is it okay to have the PR directly against 3.7 instead of doing 3.8 first and > backporting? If you want but it's probably easier to do it the normal way and

[issue34158] Documentation of datetime '%z' format code is odd

2018-10-05 Thread Ned Deily
Ned Deily added the comment: New changeset 0991b9bb94036e0f271d223c8db7d81980c76736 by Ned Deily (Miss Islington (bot)) in branch '3.7': [3.7] bpo-34158: Documentation UTC offset update (GH-8377) (GH-9732) https://github.com/python/cpython/commit/0991b9bb94036e0f271d223c8db7d8

[issue33729] Hashlib/blake2* missing 'data' keyword argument

2018-10-05 Thread Ned Deily
Ned Deily added the comment: What's the status of this issue for 3.7 and for 3.6? Is everyone OK with what is currently in 3.7, i.e. no revert needed or has it already been reverted elsewhere? Also, there is the open PR for 3.6. -- nosy: +ned.

[issue34884] Python may load incorrect libraries when embedding the macOS system python 2.7

2018-10-05 Thread Ned Deily
Ned Deily added the comment: Ugh! That's a messy one. Just for the record, the problem of searching other than the system Python images is reproducible with other distributions of Python, including the python.org Python 2.7 - so it is not limited to Homebrew. The key seems to be

[issue34806] distutils tests fail with recent 3.7 branch

2018-10-06 Thread Ned Deily
Ned Deily added the comment: @doko, Is this still reproducible with either 3.7.1rc1 or current 3.7 head? Otherwise, let's consider closing it. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/is

[issue34334] QueueHandler logs exc_info twice

2018-10-06 Thread Ned Deily
Ned Deily added the comment: New changeset 1a2189353f744f79a43511707c090c3807a4978e by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581) https://github.com/python/cpython/commit/1a2189353f744f79a43511707

[issue34334] QueueHandler logs exc_info twice

2018-10-06 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34922] hashlib segmentation fault

2018-10-07 Thread Ned Deily
Ned Deily added the comment: See also Issue33729. We need this addressed for 3.6.7. -- nosy: +christian.heimes, ned.deily, serhiy.storchaka priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issu

[issue34831] Asyncio Tutorial

2018-10-07 Thread Ned Deily
Ned Deily added the comment: Yury, based on the file paths, you appear to be running a MacPorts python3.7. Like many other third-party distributors (but unlike the python.org installers), MacPorts separates Tkinter support into a separately-installable component. Try: port install py37

[issue34922] hashlib segmentation fault

2018-10-07 Thread Ned Deily
Change by Ned Deily : -- priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issue34922> ___ ___ Python-bugs-list mailing list Un

[issue33729] Hashlib/blake2* missing 'data' keyword argument

2018-10-07 Thread Ned Deily
Ned Deily added the comment: OK. This is now blocking the release of 3.7.1rc2 and 3.6.7rc2. See also Issue34922. -- priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issu

[issue34922] hashlib segmentation fault

2018-10-07 Thread Ned Deily
Ned Deily added the comment: No problem; that's something to watch out for when you get an update conflict message from the bug tracker! Regarding this issue, I believe Serhiy is going to do a PR but perhaps you can work with him on providing the test

[issue33729] Hashlib/blake2* missing 'data' keyword argument

2018-10-07 Thread Ned Deily
Ned Deily added the comment: The question remains if Christian's and Victor's concern with 3.7 compatibility have been satisfied by Serihy's response in msg322798. While there is plenty of time to resolve concerns about what was merged into master by PR 8346, we shouldn&#

[issue34872] investigate task/future cancellation in asynciomodule.c

2018-10-07 Thread Ned Deily
Ned Deily added the comment: Is there any reason this issue needs to remain open? Or can we at least remove the "release blocker" priority? -- ___ Python tracker <https://bugs.python.o

[issue34872] investigate task/future cancellation in asynciomodule.c

2018-10-07 Thread Ned Deily
Ned Deily added the comment: Both 3.7.1rc2 and 3.6.7rc2 -- ___ Python tracker <https://bugs.python.org/issue34872> ___ ___ Python-bugs-list mailing list Unsub

[issue34927] Tkinter-related segfault on macOS (regression between 3.7.0 and 3.7.1rc1)

2018-10-08 Thread Ned Deily
Ned Deily added the comment: > Can it be caused by > https://github.com/python/cpython/commit/adf493227f1efd5d6b34f46b854142bf3b5a411c > ? It very likely could be. Thanks for the report. I'll take a look at it a bit later. -- assignee:

[issue34922] hashlib segmentation fault

2018-10-10 Thread Ned Deily
Ned Deily added the comment: We've reached the cutoff point for 3.7.1rc2 and 3.6.7rc2 and I don't see a PR or a resolution of this for either branch yet. If there's a chance for merged PRs in the next couple of hours, I'll wait a bit longer but otherwise these fix

[issue12978] Figure out extended attributes on BSDs

2018-10-10 Thread Ned Deily
Ned Deily added the comment: On 2018-10-02, worr asked on the python-dev mailing list: > Can I get a review for GH-1690[PR 1690]? It fixes bpo-12978 and > has been sitting for a handful of years now. This adds > support for os.*xattr on DragonflyBSD, FreeBSD and NetBSD. --

[issue34956] _tkinter built on macOS 10.14 does not link to Tcl and Tk in /Library/Frameworks

2018-10-11 Thread Ned Deily
Ned Deily added the comment: macOS 10.14 appears to have introduced some subtle differences in the search order for finding header files and/or frameworks and libraries. I'm not 100% sure I understand completely what has changed but I'm confident that the workaround outlined be

[issue34956] _tkinter built on macOS 10.14 does not link to Tcl and Tk in /Library/Frameworks

2018-10-11 Thread Ned Deily
Ned Deily added the comment: Correction: in the original second paragraph, the fourth sentence obviously has the case backwards. It should read: "When using a *Command Line Tools installation (no Xcode)* in previous releases of macOS, I believe it was the case that essentially the s

[issue34960] python-config bad ldflags on macOS

2018-10-11 Thread Ned Deily
Ned Deily added the comment: Sorry, I can't reproduce that behavior. What's more, that LINKFORSHARED value does not appear to be correct. Have you tried doing a build from a clean build dicectory while rerunning ./configure? What does your ./configure look like and do have an

[issue34960] python-config bad ldflags on macOS

2018-10-11 Thread Ned Deily
Ned Deily added the comment: Oh, you didn't mention --enable-shared! But still it's not clear to me what problem your last results shows. The value of python3-config --ldflags looks fine (ignore the repeated -framework CoreFoundation). Are you still getting the "ld: -st

[issue34960] macOS builds expose stack_size option in LINKEDFOORSHARED and pyconfig

2018-10-11 Thread Ned Deily
Ned Deily added the comment: OK, now I finally get it, thanks, my fault. Yes, we probably shouldn't be passing stack_size through to applications trying to embed Python in LINkFORSHARED and pyconfig. That's an area that we don't test very well nor have tests for, AFAIK. Wo

[issue27741] datetime.datetime.strptime functionality description incorrect

2018-10-11 Thread Ned Deily
Change by Ned Deily : -- nosy: +belopolsky ___ Python tracker <https://bugs.python.org/issue27741> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34783] [3.7] segmentation-fault/core dump when try to run non-existing file specified on commandline

2018-10-12 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +9205 ___ Python tracker <https://bugs.python.org/issue34783> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34783] [3.7] segmentation-fault/core dump when try to run non-existing file specified on commandline

2018-10-12 Thread Ned Deily
Ned Deily added the comment: New changeset f6c29a65e2a6da5c0014c868cf963c975b74e72b by Ned Deily in branch 'master': bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) https://github.com/python/cpython/commit/f6c29a65e2a6da5c0014c868cf963c

[issue34783] [3.7] segmentation-fault/core dump when try to run non-existing file specified on commandline

2018-10-12 Thread Ned Deily
Ned Deily added the comment: Re-opening. The new test_cmd_line_script fails on macOS framework builds because the test case assumes that the file name in sys.executable will appear in the error message. For macOS framework builds, sys.executable is the file name of the stub launcher and

[issue34783] [3.7] segmentation-fault/core dump when try to run non-existing file specified on commandline

2018-10-12 Thread Ned Deily
Ned Deily added the comment: New changeset 5d8ef8bc3f7307cd15f9d82ad4846e82b498ae88 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) (GH-9832) https://github.com/python/cpyt

[issue34521] Multiple tests (test_socket, test_multiprocessing_*) fail due to incorrect recvmsg(2) buffer lengths, causing failures on FreeBSD CURRENT

2018-10-12 Thread Ned Deily
Ned Deily added the comment: Shouldn't there be a NEWS entry for this change since the change seems to be to Lib/multiprocessing and not just its tests? -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/is

[issue34909] StrEnum subclasses cannot be created

2018-10-12 Thread Ned Deily
Ned Deily added the comment: Can you please merge a NEWS item for this issue using blurb since it is a user-visible problem? I'll cherry-pick it into the 3.7.1 final. -- priority: release blocker -> deferred blocker stage: resolved -> commit review status: clo

[issue34576] [EASY doc] http.server, SimpleHTTPServer: warn users on security

2018-10-12 Thread Ned Deily
Change by Ned Deily : -- priority: normal -> deferred blocker ___ Python tracker <https://bugs.python.org/issue34576> ___ ___ Python-bugs-list mailing list Un

[issue34970] Protect tasks weak set manipulation in asyncio.all_tasks()

2018-10-13 Thread Ned Deily
Ned Deily added the comment: 3.7.1rc2 is about to be released so to add this would require retagging and remanufacturing release bits. If the chances of it happening are "very low", I would prefer to not further delay rc2. If you and Yury agree that the risk is low and the benef

[issue34970] Protect tasks weak set manipulation in asyncio.all_tasks()

2018-10-13 Thread Ned Deily
Ned Deily added the comment: Thanks, Andrew and Yury! Just leave the issue open as a "release blocker" for now and I will take care of it for 3.7.1 final. -- ___ Python tracker <https://bugs.python.o

[issue34927] Tkinter-related segfault on macOS (regression between 3.7.0 and 3.7.1rc1)

2018-10-13 Thread Ned Deily
Ned Deily added the comment: New changeset f55c3ae657595d12ce78aca76c9c6b998d632424 by Ned Deily in branch '3.6': bpo-34370: Revert to using released Tk 8.6.8 with macOS installers https://github.com/python/cpython/commit/f55c3ae657595d12ce78aca76c9c6b

[issue34370] Tkinter scroll issues on macOS

2018-10-13 Thread Ned Deily
Ned Deily added the comment: New changeset f55c3ae657595d12ce78aca76c9c6b998d632424 by Ned Deily in branch '3.6': bpo-34370: Revert to using released Tk 8.6.8 with macOS installers https://github.com/python/cpython/commit/f55c3ae657595d12ce78aca76c9c6b

[issue34927] Tkinter-related segfault on macOS (regression between 3.7.0 and 3.7.1rc1)

2018-10-13 Thread Ned Deily
Ned Deily added the comment: New changeset d8b6425e58a1fccdf8ddbbcde63066c13c1bcfaf by Ned Deily in branch '3.7': bpo-34370: Revert to using released Tk 8.6.8 with macOS installers https://github.com/python/cpython/commit/d8b6425e58a1fccdf8ddbbcde63066

[issue34370] Tkinter scroll issues on macOS

2018-10-13 Thread Ned Deily
Ned Deily added the comment: New changeset d8b6425e58a1fccdf8ddbbcde63066c13c1bcfaf by Ned Deily in branch '3.7': bpo-34370: Revert to using released Tk 8.6.8 with macOS installers https://github.com/python/cpython/commit/d8b6425e58a1fccdf8ddbbcde63066

[issue33729] Hashlib/blake2* missing 'data' keyword argument

2018-10-13 Thread Ned Deily
Ned Deily added the comment: Serhiy's fixes (thanks!) are now released in 3.7.0rc2 and 3.6.7rc2 so I'm removing the "release blocker" status. If there is nothing more to be done for this issue, can we close it? -- prior

[issue34922] hashlib segmentation fault

2018-10-13 Thread Ned Deily
Ned Deily added the comment: Serhiy's fixes (thanks!) are now released in 3.7.0rc2 and 3.6.7rc2 so I'm removing the "release blocker" status. If there is nothing more to be done for this issue, can we close it? shuoz: > oh brother, maybe this worth open a cve. No

[issue34927] Tkinter-related segfault on macOS (regression between 3.7.0 and 3.7.1rc1)

2018-10-13 Thread Ned Deily
Ned Deily added the comment: It appears that the segfault behavior *was* introduced by some change in the Tk 8.6 development snapshot I chose to use for the python.org macOS installer builds in 3.7.1rc1 and 3.6.7rc2. For 3.7.1rc2 and 3.6.7rc2, I reverted back to using the standard Tk 8.6.8

[issue34994] sysconfig returns the git commands for GITBRANCH, GITVERSION and GITTAG

2018-10-15 Thread Ned Deily
Ned Deily added the comment: Victor is correct. Those GIT* variable are there to communicate between ./configure and the Makefile; they are *not* intended to have actual values for change ids or branch names. Many variables in the Makefile are not intended to be used outside of the build

[issue34909] StrEnum subclasses cannot be created

2018-10-15 Thread Ned Deily
Ned Deily added the comment: My concern was that it seemed like at least one user had run into this while running 3.7.1rc1 (?), if I understood your comment; if so, I think we should mention in the changelog that the problem was fixed in rc2. In any case, the state of the code for any

[issue34988] Rc2 candidates: "gcc" not found on AIX

2018-10-15 Thread Ned Deily
Ned Deily added the comment: Do you know if the behavior has changed here for 3.7.1rc2 and 3.6.7rc2 from earlier 3.7.x and 3.6.x releases? I did a quick check of the configure.ac history and did not see any obvious change. It looks like one way to handle this would be be to specify the

[issue33450] unexpected EPROTOTYPE returned by sendto on MAC OSX

2018-10-15 Thread Ned Deily
Change by Ned Deily : -- components: +asyncio nosy: +asvetlov, yselivanov ___ Python tracker <https://bugs.python.org/issue33450> ___ ___ Python-bugs-list mailin

[issue34158] Documentation of datetime '%z' format code is odd

2018-10-15 Thread Ned Deily
Ned Deily added the comment: I assume this can now be closed. Thanks, everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker <https://bugs.python.or

[issue34565] Launcher does not validate major versions

2018-10-15 Thread Ned Deily
Ned Deily added the comment: I assume we can close this now. Thanks, all! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34988] Rc2 candidates: "gcc" not found on AIX

2018-10-16 Thread Ned Deily
Ned Deily added the comment: I'm glad it works. Any object to closing this issue then? -- resolution: -> not a bug stage: -> resolved status: open -> pending ___ Python tracker <https://bugs.pyth

[issue34999] Different behavior of copied loggers in 3.7

2018-10-16 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue34999> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34814] makesetup: must link C extensions to libpython when compiled in shared mode

2018-10-17 Thread Ned Deily
Ned Deily added the comment: Perhaps you should bring up this proposed change in distutils-sig before committing. It's probably an OK change but it would be good to try to get some feedback from the downstream users who might be affected by it. -- nosy: +ned.

[issue35015] availability directive breaks po files

2018-10-18 Thread Ned Deily
Change by Ned Deily : -- nosy: +vstinner priority: normal -> deferred blocker versions: +Python 3.7 ___ Python tracker <https://bugs.python.org/issu

[issue34988] Rc2 candidates: "gcc" not found on AIX

2018-10-18 Thread Ned Deily
Ned Deily added the comment: Done, thanks! -- status: open -> closed ___ Python tracker <https://bugs.python.org/issue34988> ___ ___ Python-bugs-list mai

[issue35022] MagicMock should support `__fspath__`

2018-10-18 Thread Ned Deily
Change by Ned Deily : -- nosy: +michael.foord ___ Python tracker <https://bugs.python.org/issue35022> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34909] StrEnum subclasses cannot be created

2018-10-19 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +9337 stage: commit review -> patch review ___ Python tracker <https://bugs.python.org/issue34909> ___ ___ Python-

[issue34909] StrEnum subclasses cannot be created

2018-10-19 Thread Ned Deily
Ned Deily added the comment: New changeset 8c9fd9c91ba748df68a11e3bf216fa158314c9b5 by Ned Deily in branch 'master': bpo-34909: NEWS entry (GH-9995) https://github.com/python/cpython/commit/8c9fd9c91ba748df68a11e3bf216fa158314c9b5 --

[issue34909] StrEnum subclasses cannot be created

2018-10-20 Thread Ned Deily
Ned Deily added the comment: Thanks, Stéphane, but I’ve already taken care of it. I’ll be closing the issue shortly. (And ditto on the best wishes, Ethan.) -- ___ Python tracker <https://bugs.python.org/issue34

[issue34576] [EASY doc] http.server, SimpleHTTPServer: warn users on security

2018-10-20 Thread Ned Deily
Ned Deily added the comment: New changeset 92fe93e48a852d22ba33c0fa12112ae664724202 by Ned Deily in branch '3.6': bpo-34576: Revert doc change until it can be properly fixed (GH-9720) https://github.com/python/cpython/commit/92fe93e48a852d22ba33c0fa12112ae664724202 -

[issue34521] Multiple tests (test_socket, test_multiprocessing_*) fail due to incorrect recvmsg(2) buffer lengths, causing failures on FreeBSD CURRENT

2018-10-20 Thread Ned Deily
Ned Deily added the comment: New changeset d404ffa8adf252d49731fbd09b740360577274c8 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) https://github.com/python/cpython/commit/d404ffa8adf252d49731fbd09b7403

[issue34576] [EASY doc] http.server, SimpleHTTPServer: warn users on security

2018-10-20 Thread Ned Deily
Ned Deily added the comment: New changeset 32fe7b0188bb73c84c0bde80643b6a3bfd03ba93 by Ned Deily in branch '3.7': bpo-34576: Revert doc change until it can be properly fixed (GH-9720) https://github.com/python/cpython/commit/32fe7b0188bb73c84c0bde80643b6a

[issue34521] Multiple tests (test_socket, test_multiprocessing_*) fail due to incorrect recvmsg(2) buffer lengths, causing failures on FreeBSD CURRENT

2018-10-20 Thread Ned Deily
Ned Deily added the comment: New changeset ce3b5a80cc6ee4f9aff7b673f457294d7e054349 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) https://github.com/python/cpython/commit/ce3b5a80cc6ee4f9aff7b673f45729

[issue34970] Protect tasks weak set manipulation in asyncio.all_tasks()

2018-10-20 Thread Ned Deily
Ned Deily added the comment: New changeset 60c663c0f76c790afbed4d673c3ce264dd226b8c by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849) https://github.com/python/cpyt

[issue34909] StrEnum subclasses cannot be created

2018-10-20 Thread Ned Deily
Ned Deily added the comment: New changeset 03ca8b5f23e9fe122bb0ca80397a2481c10cd7c4 by Ned Deily in branch '3.7': bpo-34909: NEWS entry. https://github.com/python/cpython/commit/03ca8b5f23e9fe122bb0ca80397a2481c10cd7c4 -- ___ Pyth

[issue34970] Protect tasks weak set manipulation in asyncio.all_tasks()

2018-10-20 Thread Ned Deily
Ned Deily added the comment: Released in 3.7.1 -- priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python

[issue34909] StrEnum subclasses cannot be created

2018-10-20 Thread Ned Deily
Ned Deily added the comment: NEWS entry added for 3.7.1 and master. Closing again. -- priority: deferred blocker -> stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34576] [EASY doc] http.server, SimpleHTTPServer: warn users on security

2018-10-20 Thread Ned Deily
Ned Deily added the comment: Sorry, Senthil, I reverted the original PRs for 3.7.1 and 3.6.7 so you may need to redo your new PR. -- priority: deferred blocker -> ___ Python tracker <https://bugs.python.org/issu

[issue34521] Multiple tests (test_socket, test_multiprocessing_*) fail due to incorrect recvmsg(2) buffer lengths, causing failures on FreeBSD CURRENT

2018-10-20 Thread Ned Deily
Ned Deily added the comment: Thanks, Pablo, I cherry-picked the NEWS entries into 3.7.1 and 3.6.7. So I guess the only remaining question here is what to do about 2.7. I'll also leave that for you! -- ___ Python tracker &

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-10-21 Thread Ned Deily
Ned Deily added the comment: Apparently this change also affected IPython. Perhaps we should add an entry to the whatsnew documents for 3.7.1 and 3.7.6: https://docs.python.org/3/whatsnew/3.7.html#notable-changes-in-python-3-7-1 https://docs.python.org/3.6/whatsnew/3.6.html#notable-changes

[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-22 Thread Ned Deily
Ned Deily added the comment: New changeset da7d7d0ccc2e7cab62080e146cab027f2aa6fd03 by Ned Deily (danishprakash) in branch '3.6': [3.6] bpo-34901: add -I flag to sys.flags (GH-9755) https://github.com/python/cpython/commit/da7d7d0ccc2e7cab62080e146cab027f2aa6fd03 -

[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-22 Thread Ned Deily
Ned Deily added the comment: Thanks, Danish and everyone else! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-10-23 Thread Ned Deily
Ned Deily added the comment: I don't have a strong opinion about 2.7 here. Ultimately, it's Benjamin's call. But it might make sense to revert for 2.7 since it hasn't been released yet. -- nosy: +benjamin.peterson ___ Py

[issue35055] Error when we try to download the epub archive

2018-10-23 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem is being tracked here: https://github.com/python/pythondotorg/issues/1350 -- ___ Python tracker <https://bugs.python.org/issue35

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-10-24 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -9415 ___ Python tracker <https://bugs.python.org/issue33899> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-10-24 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -9411 ___ Python tracker <https://bugs.python.org/issue33899> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35070] test_posix fails on macOS 10.14 Mojave

2018-10-25 Thread Ned Deily
Ned Deily added the comment: Hmm, I'm not seeing that behavior with either a freshly-built top of master 3.8 or with the python.org 3.7.1. $ ./python -c "import os;print(os.getgroups())" [20, 12, 61, 79, 80, 81, 98, 33, 100, 204, 250, 395, 398, 399] $ id -G 20 12 61 79 80 8

[issue35070] test_posix fails on macOS 10.14 Mojave

2018-10-25 Thread Ned Deily
Ned Deily added the comment: $ sw_vers ProductName:Mac OS X ProductVersion: 10.14 BuildVersion: 18A391 -- ___ Python tracker <https://bugs.python.org/issue35

[issue35070] test_posix fails on macOS 10.14 Mojave

2018-10-25 Thread Ned Deily
Ned Deily added the comment: OK. When you asy "every version of Python 3", are those all versions you've built yourself? If so, what ./configure arguments do you use? -- ___ Python tracker <https://bugs.pyt

[issue35070] test_posix fails on macOS 10.14 Mojave

2018-10-25 Thread Ned Deily
Ned Deily added the comment: I've also tried building on a vanilla-ish 10.8 VM, both without and with installing the /usr/include headers, and I still don't see the failure you're seeing. If you look at Modules/posixmodule.c, you'll see there's a fair amount of

[issue35070] test_posix fails on macOS 10.14 Mojave

2018-10-25 Thread Ned Deily
Ned Deily added the comment: "on a vanilla-ish 10.8 VM" ?? I meant 10.14, of course. -- ___ Python tracker <https://bugs.python.org/issue35070> ___ ___

[issue35055] Error when we try to download the epub archive

2018-10-25 Thread Ned Deily
Ned Deily added the comment: @Stéphane, please leave this open for now until we have a better resolution. We'll make sure it gets closed. -- ___ Python tracker <https://bugs.python.org/is

[issue35070] test_posix fails on macOS 10.14 Mojave

2018-10-26 Thread Ned Deily
Ned Deily added the comment: It very well could have something to do with Active Directory support. Here's a little getgroups test I used a while back for a previous getgroups issue. You should see something similar in the output depending on the number of groups in your id. If it

[issue35070] test_posix fails on macOS 10.14 Mojave

2018-10-26 Thread Ned Deily
Ned Deily added the comment: Also, I'm assuming you've tried rebooting your system? :) -- ___ Python tracker <https://bugs.python.org/issue35070> ___ ___

[issue35070] test_posix fails on macOS 10.14 Mojave

2018-10-26 Thread Ned Deily
Ned Deily added the comment: Yeah. Can you check the header file paths that are being used in your compiler invocation, e.g something like: cc -v -c ... And, while you are at it, the library search path of the test executable: otool -L ./... And anything suspicious in /usr/local/include or

[issue35070] test_posix fails on macOS 10.14 Mojave

2018-10-26 Thread Ned Deily
Ned Deily added the comment: Er, and perhaps the compile and link calls from when Python builds posixmodule.c ? -- ___ Python tracker <https://bugs.python.org/issue35

[issue35092] test_socket fails in MacOS High Sierra when running with -Werror

2018-10-28 Thread Ned Deily
Ned Deily added the comment: This is a longstanding minor issue as described in Issue23828. A twist here is that running with -Werror causes a test failure where normally there is just a warning. -- resolution: -> duplicate stage: -> resolved status: open -> closed s

[issue23828] test_socket testCmsgTruncLen0 gets "received malformed or improperly-truncated ancillary data" warning under OS X

2018-10-28 Thread Ned Deily
Ned Deily added the comment: Duplicate Issue35092 notes that running the tests with -Werror turns these warnings into test failures. -- components: +macOS nosy: +ronaldoussoren versions: +Python 3.6, Python 3.7, Python 3.8 -Python 3.4, Python 3.5

[issue35096] Change _PY_VERSION to derive from sys.version_info in sysconfig

2018-10-28 Thread Ned Deily
Ned Deily added the comment: This has come up before, see Issue25985 and Issue24916 (still open). Let's call this a duplicate of the latter and continue any discussion there. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -> closed supe

[issue24916] In sysconfig, don't rely on sys.version format

2018-10-28 Thread Ned Deily
Ned Deily added the comment: Noted in passing: while Lib/distutils/sysconfig.py has not implemented "py_version", I see now that Lib/distutils/command/install.py does have something very similar to Lib/sysconfig.py so whatever (if anything) is changed in one should also be chan

[issue35099] IDLE: say more about IDLE - console differences

2018-10-28 Thread Ned Deily
Ned Deily added the comment: Just a comment on usage, for what it's worth: I don't know how common the term "console" is on modern Windows systems, but I think the term has a very different meaning on Unix and macOS. In those environments, if used at all, a "co

[issue35099] Improve the IDLE - console differences doc

2018-10-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the explanation. That's what I thought you meant but it's good to make sure. I'm not sure what the best solution is and others might have a different opinion. It might be good to solicit some feedback from a wider audience of users

[issue35104] IDLE: On macOS, Command-M minimizes & opens "Open Module..."

2018-10-29 Thread Ned Deily
Ned Deily added the comment: AFAICT, the problem here is that there is a duplicate command accelerator assignment: IDLE assigns CMD-M to its Open Module command (https://github.com/python/cpython/blob/master/Lib/idlelib/config-keys.def#L205) but either Tk or the underlying macOS services it

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-02 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue35148> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35131] Cannot access to customized paths within .pth file

2018-11-02 Thread Ned Deily
Change by Ned Deily : -- components: +Windows -Library (Lib) nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue35

[issue35104] IDLE: On macOS, Command-M minimizes & opens "Open Module..."

2018-11-02 Thread Ned Deily
Ned Deily added the comment: > is the system use of CMD-M newer than IDLE's (15 years?)? macOS has been using CMD-M for minimize for quite a while. It's listed in the current Apple "Human Interface Guidelines" which is the reference document that Apple itself and thi

[issue35164] socket.getfqdn and socket.gethostbyname fail on MacOS

2018-11-04 Thread Ned Deily
Ned Deily added the comment: Thanks for the report but I don't think the problem you are seeing is that simple. On my 10.14.1 system, I don't see that problem: $ scutil --get HostName HostName: not set $ /usr/local/bin/python3.7 Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 03:13:

[issue35164] socket.getfqdn and socket.gethostbyname fail on MacOS

2018-11-04 Thread Ned Deily
Ned Deily added the comment: See also Issue29705. -- ___ Python tracker <https://bugs.python.org/issue35164> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33486] regen autotools related files

2018-11-04 Thread Ned Deily
Ned Deily added the comment: If we are going to bump the tools version from 2.65 to 2.69 for master, we should probably bump them for all active branches. It creates confusion and makes backporting more difficult. Besides, it appears that, at the moment, the checked-in configure files for

[issue33486] regen autotools related files

2018-11-04 Thread Ned Deily
Change by Ned Deily : -- resolution: fixed -> stage: resolved -> commit review ___ Python tracker <https://bugs.python.org/issue33486> ___ ___ Python-bugs-

[issue33486] regen autotools related files

2018-11-04 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -9626 ___ Python tracker <https://bugs.python.org/issue33486> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33486] regen autotools related files

2018-11-04 Thread Ned Deily
Change by Ned Deily : -- stage: patch review -> commit review ___ Python tracker <https://bugs.python.org/issue33486> ___ ___ Python-bugs-list mailing list Un

[issue21263] test_gdb failures on os x 10.9.2

2018-11-04 Thread Ned Deily
Ned Deily added the comment: New changeset 59668aa8b7f174b59304eab833c1c1181886c3c6 by Ned Deily (Lysandros Nikolaou) in branch 'master': bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) https://github.com/python/cpyt

[issue21263] test_gdb failures on os x 10.9.2

2018-11-04 Thread Ned Deily
Ned Deily added the comment: New changeset 96fb350bfd2c9b66d7804ae27ea8c4adbfabad5b by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10325) https://github.com/python/cpyt

<    36   37   38   39   40   41   42   43   44   45   >