[issue37232] Parallel compilation fails because of low ulimit.

2019-06-11 Thread Ned Deily
Change by Ned Deily : -- nosy: +pitrou ___ Python tracker <https://bugs.python.org/issue37232> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37230] spam

2019-06-11 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg345224 ___ Python tracker <https://bugs.python.org/issue37230> ___ ___ Python-bugs-list m

[issue37230] spam

2019-06-11 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg345225 ___ Python tracker <https://bugs.python.org/issue37230> ___ ___ Python-bugs-list m

[issue37259] Missing Doc/whatsnew/3.9.rst file

2019-06-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. Fixed in PR 14040 (3a2883c313be3aff34c61a42e586f8507ba5945f) in master. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue37136] Travis CI: Documentation tests fails with Sphinx 2.1

2019-06-12 Thread Ned Deily
Ned Deily added the comment: The problem with the duplicate `.. module:: email.message` was fixed about 10 days ago with PR 13742 and backports; the fix adds a :noindex: to the duplicate entry. I'm guessing that people seeing this problem had upgraded to Sphinx 2.1 but had not rec

[issue37216] "Using Python on a Macintosh" chapter of "Python Setup and Usage" doc is out-of-date

2019-06-12 Thread Ned Deily
Ned Deily added the comment: New changeset 905e19a9bf9afd6439ea44fc6a4f3c8631750d6d by Ned Deily (Makdon) in branch 'master': bpo-37216: update version to 3.9 in mac using document (GH-13966) https://github.com/python/cpython/commit/905e19a9bf9afd6439ea44fc6a4f3c

[issue37216] "Using Python on a Macintosh" chapter of "Python Setup and Usage" doc is out-of-date

2019-06-12 Thread Ned Deily
Ned Deily added the comment: Thanks for contributing the PRs! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue37245] Azure Pipeline 3.8 CI: multiple tests hung and timed out on macOS 10.13

2019-06-12 Thread Ned Deily
Ned Deily added the comment: FWIW, I tried reproducing with 3.8 at 996e52623af3854552d41751e0c2522bc0a7e84f (the PR 14000 checkin) on both a current 10.14.5 Mojave system and on a 10.13.6 High Sierra system (the version used in the failed Azure test) and did not see any unusual failures. I

[issue35070] test_getgrouplist may fail on macOS if user in too many groups

2019-06-13 Thread Ned Deily
Ned Deily added the comment: New changeset 8725c83ed5ca8959195ad8326db99d564a921749 by Ned Deily (Jeffrey Kintscher) in branch 'master': bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) https://github.com/python/cpyt

[issue35070] test_getgrouplist may fail on macOS if user in too many groups

2019-06-13 Thread Ned Deily
Ned Deily added the comment: Merged for release in 3.8.0b2 and 3.7.4. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker <https://bugs.python.or

[issue35070] test_getgrouplist may fail on macOS if user in too many groups

2019-06-13 Thread Ned Deily
Ned Deily added the comment: This issue has roamed quite a bit so it is a little bit difficult to tell what problem(s) have been seen here. But, clearly Jeffrey's PR fixes a real and now reproducible problem so I'm declaring victory and have closed this issue now. Thanks every

[issue33223] test_posix fails ERRNO 0

2019-06-13 Thread Ned Deily
Ned Deily added the comment: See also the discussion and fix merged in Issue35070. -- ___ Python tracker <https://bugs.python.org/issue33223> ___ ___ Python-bug

[issue37213] Peeephole optimizer does not optimize functions with multiline expressions

2019-06-13 Thread Ned Deily
Ned Deily added the comment: > Should we backport this to 3.7 as well? Not unless someone can show how this is a major problem in 3.7 and then only if the changes will not introduce any 3.7.x compatibility problems. -- nosy: +ned.deily ___ Pyt

[issue37285] Python 2.7 setup.py incorrectly double-joins SDKROOT

2019-06-14 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue37285> ___ ___ Python-bugs-list mai

[issue34831] Asyncio Tutorial

2019-06-16 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue34831> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Ned Deily
Ned Deily added the comment: As far as I recall, we have only ever shipped 8.6.8 in final releases since we started providing a built-in Tcl/Tk in the python.org macOS installers as of 3.7.0, 3.6.8, and 2.7.16 (https://www.python.org/download/mac/tcltk/). There was the disastrous attempt

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Ned Deily
Ned Deily added the comment: > Since then, there do not seem to have been any official releases of 8.6.9 so > we remain with 8.6.8 That is: there have been no official releases of Tk past 8.6.9.1 which was tried, along with the then current HEAD of the 8.6 maintenance branch, b

[issue34506] Traceback logged when SSL handshake fails

2019-06-16 Thread Ned Deily
Change by Ned Deily : -- components: +asyncio nosy: +asvetlov, yselivanov ___ Python tracker <https://bugs.python.org/issue34506> ___ ___ Python-bugs-list mailin

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Ned Deily
Ned Deily added the comment: As far as I recall, the scrollbar issue did seem to be fixed in 8.6.9.1 so that was one plus for updating. But, as described in Issue35485, updating introduced other, far more serious new problems so we decided to revert to 8.6.8 and wait for a new official

[issue35021] Assertion failures in datetimemodule.c.

2019-06-17 Thread Ned Deily
Ned Deily added the comment: Can we close this or is there anything further needed for this issue? -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue35

[issue36225] Lingering subinterpreters should be implicitly cleared on shutdown

2019-06-17 Thread Ned Deily
Ned Deily added the comment: Ping. It was marked as a 3.7regression but perhaps it should now be just targeted for 3.8. -- nosy: +ned.deily versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue36

[issue36688] _dummy_thread lacks an RLock implementaiton

2019-06-17 Thread Ned Deily
Ned Deily added the comment: Ping. This was marked as a 3.7regression and there is a PR waiting for review. Do we have plans to remove _dummy_thread in 3.8 or 3.9? -- nosy: +ned.deily versions: +Python 3.9 ___ Python tracker <ht

[issue36403] AsyncIterator on 3.7: __aiter__ no longer honors finally blocks

2019-06-17 Thread Ned Deily
Ned Deily added the comment: Ping. This was marked as a 3.7regression. Is a change needed? -- ___ Python tracker <https://bugs.python.org/issue36403> ___ ___

[issue34806] distutils tests fail with recent 3.7 branch

2019-06-17 Thread Ned Deily
Ned Deily added the comment: Since there has been no followup on this, I assume it is no longer a problem for anyone and am closing. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracke

[issue35998] test_asyncio: test_start_tls_server_1() TimeoutError on Fedora 29

2019-06-17 Thread Ned Deily
Ned Deily added the comment: What to do here? This was originally filed as a "release blocker" and I allowed 3.7.3 to go out without a resolution for it since we had agreed to @christian.heimes proposal to defer full support of OpenSSL 1.1.1 until 3.7.4. Now we are approaching c

[issue34631] Upgrade to OpenSSL 1.1.1c, 1.1.0k, and/or 1.0.2s

2019-06-17 Thread Ned Deily
Ned Deily added the comment: It looks we missed the window for 3.7.4 here. (I assume the Windows installer build is not using 1.1.1. Steve?) Talking with Christian about this in IRC, we agreed, the CI pipelines (Azure and travis) are now using 1.1.1c and I've put a request t

[issue34631] Upgrade to OpenSSL 1.1.1c, 1.1.0k, and/or 1.0.2s

2019-06-17 Thread Ned Deily
Ned Deily added the comment: > (I assume the Windows installer build is not using 1.1.1. Steve?) After doing a little more homework and better understanding PCbuild/get_externals.bat, https://github.com/python/cpython-source-deps, and https://github.com/python/cpython-bin-deps and th

[issue33725] Python crashes on macOS after fork with no exec

2019-06-17 Thread Ned Deily
Ned Deily added the comment: As far as I can tell, the only thing left to do for this issue is to add a documentation warning to the 3.7 documents similar to what was added to 3.8 but without the change in default. A PR would be nice

[issue34631] Upgrade to OpenSSL 1.1.1c, 1.1.0k, and/or 1.0.2s

2019-06-17 Thread Ned Deily
Ned Deily added the comment: Might as well, thanks! -- ___ Python tracker <https://bugs.python.org/issue34631> ___ ___ Python-bugs-list mailing list Unsub

[issue33529] [security] Infinite loop on folding email (_fold_as_ew()) if an header has no spaces

2019-06-17 Thread Ned Deily
Ned Deily added the comment: New changeset 516a6a254814d2bc6a90290dfc44d77fdfb4050b by Ned Deily (Victor Stinner) in branch '3.6': bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-14162) https://github.com/python/cpyt

[issue34631] Upgrade to OpenSSL 1.1.1c, 1.1.0k, and/or 1.0.2s

2019-06-18 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14024 pull_request: https://github.com/python/cpython/pull/14187 ___ Python tracker <https://bugs.python.org/issue34

[issue35031] test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CURRENT buildbots

2019-06-18 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14025 pull_request: https://github.com/python/cpython/pull/14188 ___ Python tracker <https://bugs.python.org/issue35

[issue34631] Upgrade to OpenSSL 1.1.1c, 1.1.0k, and/or 1.0.2s

2019-06-18 Thread Ned Deily
Ned Deily added the comment: New changeset f3fb8393e3cbbdc0ec79e0fdefaadec6977e1491 by Ned Deily in branch 'master': bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187) https://github.com/python/cpython/commit/f3fb8393e3cbbdc0ec79e0fdefaade

[issue35031] test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CURRENT buildbots

2019-06-18 Thread Ned Deily
Ned Deily added the comment: New changeset a514f782b822bd7bca7c8d78be7bd53bc25c1908 by Ned Deily in branch 'master': bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) https://github.com/python/cpython/commit/a514f782b822bd7bca7c8d78be7bd5

[issue35360] Update SQLite to 3.28 in Windows and macOS installer builds

2019-06-18 Thread Ned Deily
Ned Deily added the comment: New changeset d8f336fdc10decdd82d3bc81a63aea8be149c0c8 by Ned Deily (animalize) in branch 'master': bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) https://github.com/python/cpython/commit/d8f336fdc10decdd82d3bc81a63aea

[issue35031] test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CURRENT buildbots

2019-06-18 Thread Ned Deily
Ned Deily added the comment: New changeset c101d1a88a8e0b0cec479307b4e0ae6866958a49 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) (GH-14192) https://github.com/python/cpyt

[issue35360] Update SQLite to 3.28 in Windows and macOS installer builds

2019-06-18 Thread Ned Deily
Ned Deily added the comment: New changeset 373dace8d7ee5107cb38cd2e4fa5fd67dcad42dd by Ned Deily (animalize) in branch '2.7': [2.7] bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14183) https://github.com/python/cpython/commit/373dace8d7ee5107cb38cd2e4fa5fd

[issue34631] Upgrade to OpenSSL 1.1.1c, 1.1.0k, and/or 1.0.2s

2019-06-18 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14035 pull_request: https://github.com/python/cpython/pull/14198 ___ Python tracker <https://bugs.python.org/issue34

[issue34631] Upgrade to OpenSSL 1.1.1c, 1.1.0k, and/or 1.0.2s

2019-06-18 Thread Ned Deily
Ned Deily added the comment: New changeset a5b1b222077870f194ca7c8c0326eeda014f0452 by Ned Deily in branch '2.7': bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198) https://github.com/python/cpython/commit/a5b1b222077870f194ca7c8c0326ee

[issue34631] Upgrade to OpenSSL 1.1.1c, 1.1.0k, and/or 1.0.2s

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

[issue36231] no "proper" header files on macOS 10.14 Mojave

2019-06-18 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14046 pull_request: https://github.com/python/cpython/pull/14208 ___ Python tracker <https://bugs.python.org/issue36

[issue36231] no "proper" header files on macOS 10.14 Mojave

2019-06-18 Thread Ned Deily
Ned Deily added the comment: New changeset c7302116573d853d3181133477d9d0e4d4d3abfd by Ned Deily in branch '3.7': bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14208) https://github.com/python/cpython/commit/c7302116573d853d3181133477d9d0

[issue36231] no "proper" header files on macOS 10.14 Mojave

2019-06-19 Thread Ned Deily
Ned Deily added the comment: Thank you again for the suggested PR. Using "xcrun --show-sdk-path" at configure time *is* appealing. Unfortunately, it does not cover all of the necessary use cases. One, the --show-sdk-path option is not available on old versions of xcrun, version

[issue36231] no "proper" header files on macOS 10.14 Mojave

2019-06-19 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 2.7, Python 3.7 ___ Python tracker <https://bugs.python.org/issue36231> ___ ___ Python-bugs-list mailing list Unsub

[issue37344] plistlib doesn't skip whitespace in XML format detection

2019-06-19 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. Would you be interested in providing a pull request with a fix? -- nosy: +ned.deily, ronaldoussoren versions: +Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue37

[issue36231] no "proper" header files on macOS 10.14 Mojave

2019-06-19 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14086 pull_request: https://github.com/python/cpython/pull/14256 ___ Python tracker <https://bugs.python.org/issue36

[issue36231] no "proper" header files on macOS 10.14 Mojave

2019-06-19 Thread Ned Deily
Ned Deily added the comment: New changeset c421c66a58a6caae30f0679d7e61411418e67cec by Ned Deily in branch '2.7': bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14256) https://github.com/python/cpython/commit/c421c66a58a6caae30f0679d7e6141

[issue19960] MacOSX: Building 2.7 without the xcode command line tools installed

2019-06-19 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14087 pull_request: https://github.com/python/cpython/pull/14257 ___ Python tracker <https://bugs.python.org/issue19

[issue19960] zlib skipped when building 2.7 on macOS without /usr/include installed

2019-06-19 Thread Ned Deily
Ned Deily added the comment: Now that Apple, as of 10.14, has removed the option to install system header files into their traditional locations (like /usr/include), thus making every build a build from an SDK, this problem is now more noticeable. At least, I finally noticed it while

[issue36231] Support builds on macOS without installed system header files

2019-06-19 Thread Ned Deily
Ned Deily added the comment: Thanks again everyone. The general solution has now been merged to all active branches for release in 3.8.0, 3.7.4, and 2.7.17. Note that Issue19960 identifies an additional problem only on 2.7 where a few extension modules, notably zlib, are still not being

[issue37365] RecursionError not caught explicitly may crash with "Aborted (core dumped)"

2019-06-21 Thread Ned Deily
Ned Deily added the comment: Thank you for the report. The issue of the interpreter not being able to gracefully handle a stack overflow error is an old one: see, for example Issue18075 or Issue35542. So far, no one has proposed a solution and, as can be seen in Issue18075, workarounds

[issue37384] Compiling Python 3.7.3 from source and getting all sorts of errors on Debian?

2019-06-24 Thread Ned Deily
Ned Deily added the comment: The uuid issue is described in Issue32627 and there is a PR fix for it awaiting review (PR 11751). As Christian notes, the curses issues seems to be related to some configure option. If you haven't already, suggest you start with the simplest configure op

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-06-24 Thread Ned Deily
Ned Deily added the comment: New changeset 6ffd9b05dfade9e3a101fe039157856eb855f82e by Ned Deily (ziheng) in branch 'master': bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) https://github.com/python/cpython/commit/6ffd9b05dfade9e3a101fe03915785

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-06-24 Thread Ned Deily
Ned Deily added the comment: Thanks, @adam, for the analysis and thanks, zihengCat, for the PR. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker <https://bug

[issue37391] MacOS Touchpad scrolling crashes IDLE

2019-06-24 Thread Ned Deily
Ned Deily added the comment: FWIW, I can't reproduce the failure using either Python 3.7.3 from either the python.org binary installer or a current MacPorts 3.7.3. But that's not surprising as the issue is most likely in Tk rather than IDLE or Python itself. Can you supply the o

[issue37391] MacOS Touchpad scrolling crashes IDLE

2019-06-25 Thread Ned Deily
Ned Deily added the comment: > It seems to be compiled using Tcl 8.5 that is installed with the system. Yes, and that is almost certainly the original poster's problem, as well. In fact, this same issue was reported in Issue10731 in 2010. The Tcl/Tk 8.5 supplied by Apple in

[issue37276] Incorrect number of running calls in ProcessPoolExecutor

2019-06-25 Thread Ned Deily
Ned Deily added the comment: @maggyero, Please do not spam a list of people by add their names to issues; it will not speed a resolution. Let the people doing bug triage evaluate the issue and, if necessary, nosy the appropriate developers

[issue37276] Incorrect number of running calls in ProcessPoolExecutor

2019-06-25 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue37276> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37391] MacOS Touchpad scrolling crashes IDLE

2019-06-25 Thread Ned Deily
Ned Deily added the comment: As @willingc notes, it is a Homebrew build issue that should be addressed by Homebrew. That said, it is also possible that Homebrew builds have been affected by changes in Mojave as mentioned in Issue34956. I plan to look into that shortly to see if we can

[issue37384] Compiling Python 3.7.3 from source and getting all sorts of errors on Debian?

2019-06-25 Thread Ned Deily
Ned Deily added the comment: Glad it finally worked for you. It's hard to tell at this point what went wrong originally. Perhaps there was an "unclean" build as a result of trying to fix the uuid header issue? In any case, the most recent result you posted looks fine, so

[issue37405] socket.getsockname() returns string instead of tuple

2019-06-25 Thread Ned Deily
Change by Ned Deily : -- nosy: +christian.heimes ___ Python tracker <https://bugs.python.org/issue37405> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37391] MacOS Touchpad scrolling crashes IDLE

2019-06-26 Thread Ned Deily
Ned Deily added the comment: > Does IDLE every run long enough with Apple's tk before failure to make > continuing useful? Yes, depending on what you are doing, IDLE *may* run just fine with the system Tk. But you may may run into this issue depending on how you scroll. Or,

[issue37369] Issue with pip in venv on Powershell in Windows

2019-06-26 Thread Ned Deily
Ned Deily added the comment: OK, I"m bumping it to "deferred blocker" for now so it remains visible. -- priority: critical -> deferred blocker ___ Python tracker <https://bugs.

[issue37428] SSLContext.post_handshake_auth implicitly enables cert validation

2019-06-27 Thread Ned Deily
Ned Deily added the comment: Christian, just confirming that, since you have not set this as a "release blocker", 3.7.4 will go out without it. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.o

[issue37428] SSLContext.post_handshake_auth implicitly enables cert validation

2019-06-28 Thread Ned Deily
Ned Deily added the comment: "Assuming no critical problems are found prior to 2019-06-28, no code changes are planned between these release candidates and the final releases." We were planning to start producing the final release artifacts in a couple of hours so we need to make

[issue24214] UTF-8 incremental decoder doesn't support surrogatepass correctly

2019-06-28 Thread Ned Deily
Ned Deily added the comment: Since the latest fix (GH-14369) addresses a regression between 3.7.3 and 3.7.4rc1, I am going to cherry-pick it into 3.7.4 final. (In retrospect, this regression should have been marked as a "release blocker".) -- nosy:

[issue24214] UTF-8 incremental decoder doesn't support surrogatepass correctly

2019-06-28 Thread Ned Deily
Ned Deily added the comment: "The only changes allowed to occur in a maintenance branch without debate are bug fixes. Also, a general rule for maintenance branches is that compatibility must not be broken at any point between sibling minor releases (3.5.1, 3.5.2, etc.). For both rules,

[issue24214] UTF-8 incremental decoder doesn't support surrogatepass correctly

2019-06-28 Thread Ned Deily
Ned Deily added the comment: @xtreak, If you set the priority to "release blocker", the appropriate release managers will be nosied automatically. I'd rather see too many potential "release blocker"s than too few. -- _

[issue37437] update vendorized expat to 2.2.7

2019-06-28 Thread Ned Deily
Ned Deily added the comment: The expat update introduces unsightly build warnings: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror

[issue37428] SSLContext.post_handshake_auth implicitly enables cert validation

2019-06-29 Thread Ned Deily
Ned Deily added the comment: Christian, do you have an estimate for when these issues will be resolved? We are holding 3.7.4 right now. -- nosy: +benjamin.peterson, lukasz.langa priority: deferred blocker -> release blocker ___ Python trac

[issue37440] httplib should enable post-handshake authentication for TLS 1.3

2019-06-29 Thread Ned Deily
Change by Ned Deily : -- nosy: +benjamin.peterson, lukasz.langa priority: deferred blocker -> release blocker ___ Python tracker <https://bugs.python.org/issu

[issue37440] httplib should enable post-handshake authentication for TLS 1.3

2019-06-29 Thread Ned Deily
Ned Deily added the comment: Blocking 3.7.4 final pending resolution -- ___ Python tracker <https://bugs.python.org/issue37440> ___ ___ Python-bugs-list mailin

[issue37437] update vendorized expat to 2.2.7

2019-06-29 Thread Ned Deily
Ned Deily added the comment: New changeset a1093e4dee9dd05cf3a844349c94fed52c4ebd89 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470) (GH-14472) https://github.com/python/cpyt

[issue31783] Race condition in ThreadPoolExecutor when scheduling new jobs while the interpreter shuts down

2019-07-01 Thread Ned Deily
Ned Deily added the comment: Brian, should this fix be backported to 3.8 and 3.7? As it stands now, it will only be showing up in Python 3.9 unless you add the backport labels to the original PR. Unless it cna be shown to be a security issue, it would not be appropriate to backport to 3.6

[issue31783] Race condition in ThreadPoolExecutor when scheduling new jobs while the interpreter shuts down

2019-07-01 Thread Ned Deily
Ned Deily added the comment: > I don't know what the backport policy is. It does seem that the devguide does not give much guidance on this; I've opened an issue about it (https://github.com/python/devguide/issues/503). But, in general, if the fix is potentially beneficial and

[issue31783] Race condition in ThreadPoolExecutor when scheduling new jobs while the interpreter shuts down

2019-07-01 Thread Ned Deily
Ned Deily added the comment: Yes, you can still add the backport labels even after the original PR has been merged. It's magic! -- ___ Python tracker <https://bugs.python.org/is

[issue19960] zlib skipped when building 2.7 on macOS without /usr/include installed

2019-07-01 Thread Ned Deily
Ned Deily added the comment: New changeset da7f6dbbf52fe7074360a9eae918806da60139c5 by Ned Deily in branch '2.7': bpo-19960: Fix building of zlib on macOS without installed headers (GH-14257) https://github.com/python/cpython/commit/da7f6dbbf52fe7074360a9eae91880

[issue19960] zlib skipped when building 2.7 on macOS without /usr/include installed

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

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2019-07-01 Thread Ned Deily
Ned Deily added the comment: > So we should keep an eye open for reports of segfaults running tests as > originally reported in Issue18075. Now there are such reports for 3.7.4rc1, at least. Release builds seem to be OK but at least four tests now fail on macOS 10.14.5 when built

[issue37206] Incorrect application of Argument Clinic to dict.pop()

2019-07-01 Thread Ned Deily
Ned Deily added the comment: I think you mean 3.8b2 so that would be Ɓukasz's call. -- ___ Python tracker <https://bugs.python.org/issue37206> ___ ___ Pytho

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2019-07-01 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14359 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14546 ___ Python tracker <https://bugs.python.org/issu

[issue18075] Infinite recursion tests triggering a segfault

2019-07-01 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +14360 pull_request: https://github.com/python/cpython/pull/14546 ___ Python tracker <https://bugs.python.org/issue18

[issue18075] Infinite recursion tests triggering a segfault

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset 5bbbc733e6cc0804f19b071944af8d4719e26ae6 by Ned Deily in branch 'master': bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) https://github.com/python/cpython/commit/5bbbc733e6cc0804f19b071944af8d

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset 5bbbc733e6cc0804f19b071944af8d4719e26ae6 by Ned Deily in branch 'master': bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) https://github.com/python/cpython/commit/5bbbc733e6cc0804f19b071944af8d

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset 782854f90ad5f73f787f68693d535f2b05514e13 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-14549) https://github.com/python/cpyt

[issue18075] Infinite recursion tests triggering a segfault

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset 782854f90ad5f73f787f68693d535f2b05514e13 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-14549) https://github.com/python/cpyt

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2019-07-02 Thread Ned Deily
Change by Ned Deily : -- priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python

[issue36432] Running python test suite fails on macOS 10.14.4 with resource.RLIMIT_STACK error

2019-07-02 Thread Ned Deily
Ned Deily added the comment: See updated Issue34602 discussion for why reverting 335ab5b66f432ae3713840ed2403a11c368f5406 causes other problems and for a different fix for this issue. -- ___ Python tracker <https://bugs.python.org/issue36

[issue37463] socket.inet_aton IP parsing issue in ssl.match_hostname

2019-07-02 Thread Ned Deily
Ned Deily added the comment: Ping. At the moment, this is the only release blocker preventing the release of 3.7.4rc2. -- ___ Python tracker <https://bugs.python.org/issue37

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset dcc0eb379613f279864af61023ea44c94aa0535c by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) https://github.com/python/cpython/commit/dcc0eb379613f279864af61023ea44

[issue37369] Issue with pip in venv on Powershell in Windows

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset 3c34ea97a341e4dd80b542c99c593f014a8ae410 by Ned Deily (Steve Dower) in branch '3.7': bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450) https://github.com/python/cpyt

[issue32627] Header dependent _uuid build failure on Fedora 27

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset e90815b3b16ab196c10f3a4dd91402cdc2e07d06 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) https://github.com/python/cpyt

[issue37428] SSLContext.post_handshake_auth implicitly enables cert validation

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset 5b45fb0a449543fab6e7b606e51b739cb316d3c4 by Ned Deily (Miss Islington (bot)) in branch '3.7': [3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493) https://github.com/python

[issue37440] httplib should enable post-handshake authentication for TLS 1.3

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset f97eb883d8a29ee9718147b3631ebd2741273d9b by Ned Deily (Miss Islington (bot)) in branch '3.7': [3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14496) https://github.com/python/cpyt

[issue37463] socket.inet_aton IP parsing issue in ssl.match_hostname

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset 070fae6d0ff49e63bfd5f2bdc66f8eb1df3b6557 by Ned Deily (Christian Heimes) in branch '3.7': bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499) https://github.com/python/cpython/commit/070fae6d0ff49e63bfd5f2bdc66f8e

[issue37156] Fix libssl DLL tag in Tools/msi project

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset 9ad5e9edea08b0d377902d556624f03a2b8bb29b by Ned Deily (Steve Dower) in branch '3.7': bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219) https://github.com/python/cpython/commit/9ad5e9edea08b0d377902d556624f03a2b8bb29b -

[issue35360] Update SQLite to 3.28 in Windows and macOS installer builds

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset c58fc3af75b54203b26008b6942709bb07d00fc6 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179) https://github.com/python/cpython/commit/c58fc3af75b54203b26008b6942709

[issue24214] UTF-8 incremental decoder doesn't support surrogatepass correctly

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset 30c2ae4dcfd19acbdfb7045151c73d5700eec7b4 by Ned Deily (Miss Islington (bot)) in branch '3.7': [3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) (GH-14369) https://github.com/python/cpyt

[issue37437] update vendorized expat to 2.2.7

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset cc0bf97d61fbe844843f28abc510a11f3ef09942 by Ned Deily (Miss Islington (bot)) in branch '3.7': closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) https://github.com/python/cpython/commit/cc0bf97d61fbe844843f28abc510a11f3ef

[issue18075] Infinite recursion tests triggering a segfault

2019-07-02 Thread Ned Deily
Ned Deily added the comment: New changeset dcc0eb379613f279864af61023ea44c94aa0535c by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) https://github.com/python/cpython/commit/dcc0eb379613f279864af61023ea44

<    20   21   22   23   24   25   26   27   28   29   >