[issue40155] AIX: test_builtin.test_input_no_stdout_fileno() hangs

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: I pushed this change which should fix the issue on AIX: New changeset 7a51a7e19f0143f75f8fc9ff68f93ed40937aec6 by Victor Stinner in branch 'master': bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) https://github.com/python/cpython/commit/

[issue40140] test_builtin crashes when runned in parallel mode on solaris

2020-04-02 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +18681 pull_request: https://github.com/python/cpython/pull/19316 ___ Python tracker ___ __

[issue40140] test_builtin crashes when runned in parallel mode on solaris

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: > Victor, PR 19314 works perfectly. Thanks for testing Batuhan ;-) By the way, Solaris is no longer officially supported by Python: https://pythondev.readthedocs.io/platforms.html#best-effort-and-unofficial-platforms There is no more Solaris buildbot. Solari

[issue17005] Add a topological sort algorithm

2020-04-02 Thread Raymond Hettinger
Change by Raymond Hettinger : -- Removed message: https://bugs.python.org/msg365640 ___ Python tracker ___ ___ Python-bugs-list mail

[issue17005] Add a topological sort algorithm

2020-04-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: How about I post a PR so we can talk about something concrete. Then you two can either fight it to its death or you can join me in making it is good as possible, hopefully the latter :-) I am not happy with the current API but do accept that both of you

[issue40156] CodeCov/patch job stills runs on pull requests on 3.5 and 3.6 branches

2020-04-02 Thread Larry Hastings
Larry Hastings added the comment: New changeset ed07522a5faa3101f68be8e4b8369310f60860f8 by Victor Stinner in branch '3.5': bpo-40156: Copy Codecov configuration from master (#19309) https://github.com/python/cpython/commit/ed07522a5faa3101f68be8e4b8369310f60860f8 -- __

[issue40160] documentation example of os.walk should be less destructive

2020-04-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: The proposed replacement doesn't succeed in demonstrating why topdown=False is necessary. Consider doing a rename instead of a deletion or print. -- nosy: +rhettinger ___ Python tracker

[issue40158] MSBuild Extensions in CPython NuGet Package has Bad Expression

2020-04-02 Thread Chris Martinez
Chris Martinez added the comment: In testing the fix, another issue has arisen. It appears the specified expression will never yield a usable path. Expression 1: $([msbuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), "python_d.exe")) Expression 2: $([msbuild]::GetDirectoryName

[issue36541] Make lib2to3 grammar better match Python, support the := walrus

2020-04-02 Thread Tim Hatch
Change by Tim Hatch : -- pull_requests: +18682 pull_request: https://github.com/python/cpython/pull/19317 ___ Python tracker ___ ___

[issue40140] test_builtin crashes when runned in parallel mode on solaris

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 745bd91bab8e57c52d63a2d541465551d7551f78 by Victor Stinner in branch '3.8': bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316) https://github.com/python/cpython/commit/745bd91bab8e57c52d63a2d541465551d7551f78 -

[issue40155] AIX: test_builtin.test_input_no_stdout_fileno() hangs

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: > bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) With this change, PPC64 AIX 3.x is back to green. I close this issue. Thanks for the bug report Michael Felt. FYI I also backported my fix to 3.8: PR 19316. -- resolution: -> fi

[issue40140] test_builtin crashes when runned in parallel mode on solaris

2020-04-02 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +18683 pull_request: https://github.com/python/cpython/pull/19318 ___ Python tracker ___ __

[issue40140] test_builtin crashes when runned in parallel mode on solaris

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: I close the issue, it's now fixed in 3.8 and master (and I'm working on a 3.7 backport: PR 19318). Thanks Batuhan for the bug report. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue40156] CodeCov/patch job stills runs on pull requests on 3.5 and 3.6 branches

2020-04-02 Thread Ned Deily
Ned Deily added the comment: New changeset ebeabb5b728f009480ced3ca4738c20fa073b507 by Victor Stinner in branch '3.6': bpo-40156: Copy Codecov configuration from master (GH-19306) https://github.com/python/cpython/commit/ebeabb5b728f009480ced3ca4738c20fa073b507 -- _

[issue40162] Upgrade Travis CI to OpenSSL 1.1.1f

2020-04-02 Thread STINNER Victor
New submission from STINNER Victor : Similary to bpo-40146 "Upgrade Azure Pipelines to OpenSSL 1.1.1f", the Travis CI configuration has an OpenSSL version. It's currently 1.1.1d, but the tarball of this version moved from /source/ to /source/old/. We should upgrade Travis CI configuration to

[issue40162] Upgrade Travis CI to OpenSSL 1.1.1f

2020-04-02 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +18684 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19319 ___ Python tracker ___ _

[issue40125] update OpenSSL 1.1.1 in multissltests.py to 1.1.1f

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-40162: Upgrade Travis CI to OpenSSL 1.1.1f. -- ___ Python tracker ___ ___ Python-bug

[issue40146] Upgrade Azure Pipelines to OpenSSL 1.1.1f

2020-04-02 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +18685 pull_request: https://github.com/python/cpython/pull/19320 ___ Python tracker ___ __

[issue40163] multissl doesn't support tarballs in /source/old/

2020-04-02 Thread STINNER Victor
New submission from STINNER Victor : Tools/ssl/multissltests.py expects to find OpenSSL tarballs in: https://www.openssl.org/source/ Like: https://www.openssl.org/source/openssl-1.1.1f.tar.gz Problem: OpenSSL moves old versions to https://www.openssl.org/source/old/ If Tools/ssl/multissltests

[issue40125] update OpenSSL 1.1.1 in multissltests.py to 1.1.1f

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-40163: multissl doesn't support tarballs in /source/old/. -- ___ Python tracker ___ ___

[issue40163] multissl doesn't support tarballs in /source/old/

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: When OpenSSL moves a tarball, all our pre-commit CIs are broken and suddenly, all PRs can no longer be merged. We have first write PRs to update the configuration of our CI to use the newer OpenSSL version, merge these PRs, and then *all* pending PRs must be

[issue40164] Upgrade Windows and macOS installer builds to OpenSSL 1.1.1f

2020-04-02 Thread Ned Deily
New submission from Ned Deily : 1.1.1f released 2020-03-31 Reminder to Windows team to update Windows build. Reminder to macOS team to update macOS installer build. (note: please don't submit a PR or patch for this!) https://www.openssl.org/source/ -- components: Windows, macOS messa

[issue40156] CodeCov/patch job stills runs on pull requests on 3.5 and 3.6 branches

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: Thanks Ned and Larry. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40125] update OpenSSL 1.1.1 in multissltests.py to 1.1.1f

2020-04-02 Thread Ned Deily
Ned Deily added the comment: Also bpo-40164: reminder to update Windows and macOS installer builds -- nosy: +ned.deily ___ Python tracker ___ _

[issue40162] Upgrade Travis CI to OpenSSL 1.1.1f

2020-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +18687 pull_request: https://github.com/python/cpython/pull/19322 ___ Python tracker ___ __

[issue40162] Upgrade Travis CI to OpenSSL 1.1.1f

2020-04-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +18686 pull_request: https://github.com/python/cpython/pull/19321 ___ Python tracker _

[issue40162] Upgrade Travis CI to OpenSSL 1.1.1f

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset b1ffb8b72307a556442d09b427c3b29badb9878c by Victor Stinner in branch 'master': bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) https://github.com/python/cpython/commit/b1ffb8b72307a556442d09b427c3b29badb9878c -- __

[issue40146] Upgrade Azure Pipelines to OpenSSL 1.1.1f

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1767a0490f80c7b90d81051db24ef2b82cd9434f by Victor Stinner in branch 'master': bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) https://github.com/python/cpython/commit/1767a0490f80c7b90d81051db24ef2b82cd9434f --

[issue40153] json dump with repeated key

2020-04-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: Has this been a problem in practice, or just a theoretical issue? To make this raise an exception, the JSON encoder would have to add one extra test per key. I think we should just document the possibility. -- nosy: +rhettinger _

[issue40146] Upgrade Azure Pipelines to OpenSSL 1.1.1f

2020-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +18688 pull_request: https://github.com/python/cpython/pull/19323 ___ Python tracker ___ __

[issue40146] Upgrade Azure Pipelines to OpenSSL 1.1.1f

2020-04-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +18689 pull_request: https://github.com/python/cpython/pull/19324 ___ Python tracker ___ __

[issue39503] [security][CVE-2020-8492] Denial of service in urllib.request.AbstractBasicAuthHandler

2020-04-02 Thread Ned Deily
Ned Deily added the comment: New changeset 69cdeeb93e0830004a495ed854022425b93b3f3e by Victor Stinner in branch '3.6': bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19304) https://github.com/python/cpython/commit/69cdeeb93e0830004a495ed854022425b93b3f3e -- no

[issue40162] Upgrade Travis CI to OpenSSL 1.1.1f

2020-04-02 Thread miss-islington
miss-islington added the comment: New changeset 1ba6fe43e888668acfbf74038b82c6ee24ab1c41 by Miss Islington (bot) in branch '3.7': bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) https://github.com/python/cpython/commit/1ba6fe43e888668acfbf74038b82c6ee24ab1c41 -- ___

[issue40162] Upgrade Travis CI to OpenSSL 1.1.1f

2020-04-02 Thread miss-islington
miss-islington added the comment: New changeset 1c325c4e0bf31a18d06784006eabf4d5a4a1d706 by Miss Islington (bot) in branch '3.8': bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) https://github.com/python/cpython/commit/1c325c4e0bf31a18d06784006eabf4d5a4a1d706 -- ___

[issue40146] Upgrade Azure Pipelines to OpenSSL 1.1.1f

2020-04-02 Thread miss-islington
miss-islington added the comment: New changeset f2296ef9ce586bf2f51c125b085c2b080768040c by Miss Islington (bot) in branch '3.8': bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) https://github.com/python/cpython/commit/f2296ef9ce586bf2f51c125b085c2b080768040c -- _

[issue40140] test_builtin crashes when runned in parallel mode on solaris

2020-04-02 Thread Batuhan Taskaya
Batuhan Taskaya added the comment: > There is no more Solaris buildbot. Solaris 11.4 will be likely the last > release: Oracle no longer supports Solaris. Well, if needed I can create one but looks like it is going be an obsoleted OS soon :/ -- _

[issue38804] Regular Expression Denial of Service in http.cookiejar

2020-04-02 Thread Larry Hastings
Larry Hastings added the comment: New changeset 55a6a16a46239a71b635584e532feb8b17ae7fdf by Victor Stinner in branch '3.5': bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17344) https://github.com/python/cpython/commit/55a6a16a46239a71b635584e532feb8b17ae7fdf -- __

[issue40162] Upgrade Travis CI to OpenSSL 1.1.1f

2020-04-02 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 ___ Python tracker ___

[issue40146] Upgrade Azure Pipelines to OpenSSL 1.1.1f

2020-04-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7ed2acc6e89cea07f140fc374a77e8b36442df2e by Miss Islington (bot) in branch '3.7': bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) (GH-19324) https://github.com/python/cpython/commit/7ed2acc6e89cea07f140fc374a77e8b36442df2e --

[issue40165] Hide stderror from the user if command failes

2020-04-02 Thread Batuhan Taskaya
New submission from Batuhan Taskaya : This is an optional test that would only run if stty size returns a valid output, but if errors I dont think it makes sense to just print that error inside of test logs, there is already a noticement for skipped test. -- components: Tests messages

[issue40165] Hide stderror from the user if command failes

2020-04-02 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- keywords: +patch pull_requests: +18690 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19325 ___ Python tracker ___

[issue40120] Undefined C behavior going beyond end of struct via a [1] arrays.

2020-04-02 Thread Gregory P. Smith
Gregory P. Smith added the comment: updates: - extern "C" is indeed really only about linking so it has no bearing. What I'm hearing from talking to our C++ compiler team is unfortunately sad: The C++ standard does not support flexible array member syntax on purpose because it leads to prob

[issue40166] UNICODE HOWTO: Change the total number of code points in the introduction section

2020-04-02 Thread Ama Aje My Fren
New submission from Ama Aje My Fren : The dev version of CPython gets the latest version of Unicode integrated to it regularly - and usually within dates of the latest version of Unicode coming out. The Unicode HOWTO documentation has a line in the introduction that refers to the number of U

[issue40167] Cython files don't compile on Mingw-w64 64-bit

2020-04-02 Thread Beier Liu
New submission from Beier Liu : details in https://github.com/cython/cython/issues/3405 -- components: Cross-Build messages: 365673 nosy: Alex.Willmer, Beier Liu priority: normal severity: normal status: open title: Cython files don't compile on Mingw-w64 64-bit type: compile error ___

[issue40167] Cython files don't compile on Mingw-w64 64-bit

2020-04-02 Thread Beier Liu
Change by Beier Liu : -- keywords: +patch pull_requests: +18691 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19326 ___ Python tracker ___ __

[issue39943] Meta: Clean up various issues in C internals

2020-04-02 Thread Andy Lester
Change by Andy Lester : -- pull_requests: +18692 pull_request: https://github.com/python/cpython/pull/19327 ___ Python tracker ___ _

[issue40166] UNICODE HOWTO: Change the total number of code points in the introduction section

2020-04-02 Thread Ama Aje My Fren
Change by Ama Aje My Fren : -- keywords: +patch pull_requests: +18693 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19328 ___ Python tracker ___

[issue40163] multissl doesn't support tarballs in /source/old/

2020-04-02 Thread Christian Heimes
Christian Heimes added the comment: Ah crap :/ That's annoying. This breaks all CI of all our active branches and all open PRs. I'll fix the issue and talk to OpenSSL upstream. -- assignee: -> christian.heimes versions: +Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8 __

[issue40163] multissl doesn't support tarballs in /source/old/

2020-04-02 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +18694 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19329 ___ Python tracker ___

[issue40163] multissl doesn't support tarballs in /source/old/

2020-04-02 Thread Christian Heimes
Christian Heimes added the comment: Benjamin, Larry, The problem affects testing of security-only branches and 2.7. -- components: +Tests nosy: +benjamin.peterson, larry type: -> behavior ___ Python tracker ___

<    1   2