[issue39816] More descriptive error message than "too many values to unpack"

2020-03-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I concur with Chris and Kyle. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___

[issue39645] Expand concurrent.futures.Future's public API

2020-03-01 Thread Kyle Stanley
Kyle Stanley added the comment: > But note my response to Antoine at the time, mentioning that implementing > ‘as_completed()’ is impossible that way. Antoine then backtracked somewhat. Ah, I had seen that but for some reason hadn't considered that Antoine might have also changed his stance

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +18088 pull_request: https://github.com/python/cpython/pull/18731 ___ Python tracker ___

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 1f577ce363121d590b51abf5c41d1bcf3d751436 by Hai Shi in branch 'master': bpo-39378: partial of PickleState struct should be traversed. (GH-18046) https://github.com/python/cpython/commit/1f577ce363121d590b51abf5c41d1bcf3d751436 --

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +18087 pull_request: https://github.com/python/cpython/pull/18730 ___ Python tracker

[issue39816] More descriptive error message than "too many values to unpack"

2020-03-01 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
miss-islington added the comment: New changeset 5f2ade20a556f8c20555c7032436477d6dc86d4f by Miss Islington (bot) in branch '3.8': bpo-39378: partial of PickleState struct should be traversed. (GH-18046) https://github.com/python/cpython/commit/5f2ade20a556f8c20555c7032436477d6dc86d4f

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
miss-islington added the comment: New changeset d3c24350892b55b4ea6fb81b84e577968c1f2f91 by Miss Islington (bot) in branch '3.7': bpo-39378: partial of PickleState struct should be traversed. (GH-18046) https://github.com/python/cpython/commit/d3c24350892b55b4ea6fb81b84e577968c1f2f91

[issue38913] Py_BuildValue("(s#O)", ...) segfaults if entered with exception raised

2020-03-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +18089 pull_request: https://github.com/python/cpython/pull/18732 ___ Python tracker ___

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 ___ Python tracker ___

[issue39645] Read approximate state of concurrent.futures.Future

2020-03-01 Thread Kyle Stanley
Kyle Stanley added the comment: > This leaves just future.state() and having the states as publicly accessible > module-level constants. After reading over the python-ideas again and having some time to reflect, I think we can start with just adding future.state(), as that had the most

[issue30082] hide command prompt when using subprocess.Popen with shell=False on Windows

2020-03-01 Thread Philip Lee
Philip Lee added the comment: To reproduce the reported issue, one could also test with ffmpeg.exe -- ___ Python tracker ___ ___

[issue39645] Read approximate state of concurrent.futures.Future

2020-03-01 Thread Guido van Rossum
Guido van Rossum added the comment: I’m a bit disappointed, since it looks like this won’t allow implementing the OP’s classes without using private APIs. The debugging and loggin use cases aren’t very compelling to me. -- ___ Python tracker

[issue39821] grp library functions grp.getgrnam() & grp.getgrgid() returning incorrect gr_mem information

2020-03-01 Thread Abhishek
Abhishek added the comment: I also observed now that it works on other distro. On red hat enterprise linux (rhel) 7.7, I a, getting the correct output. The bug which I have raised was tested on rhel 8.2. [root@biplab2 ~]# cat /etc/redhat-release Red Hat Enterprise Linux release 8.2 Beta

[issue36144] Dictionary union. (PEP 584)

2020-03-01 Thread Brandt Bucher
Change by Brandt Bucher : -- pull_requests: +18086 pull_request: https://github.com/python/cpython/pull/18729 ___ Python tracker ___

[issue39645] Read approximate state of concurrent.futures.Future

2020-03-01 Thread Guido van Rossum
Guido van Rossum added the comment: But note my response to Antoine at the time, mentioning that implementing ‘as_completed()’ is impossible that way. Antoine then backtracked somewhat. -- ___ Python tracker

[issue39814] Hyphens not generated for split-words in a "note" directive

2020-03-01 Thread Zachary Ware
Zachary Ware added the comment: Is this not a Sphinx issue? -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list

[issue39495] xml.etree.ElementTree.TreeBuilder.start differs between pure Python and C implementations

2020-03-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 4edc95cf0a2960431621eee9bc194f6225f1690b by Shantanu in branch 'master': bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) https://github.com/python/cpython/commit/4edc95cf0a2960431621eee9bc194f6225f1690b

[issue38971] codecs.open leaks file descriptor when invalid encoding is passed

2020-03-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2565edec2c974b2acca03b4cc5025e83f903ddd7 by Chris A in branch 'master': bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) https://github.com/python/cpython/commit/2565edec2c974b2acca03b4cc5025e83f903ddd7

[issue38913] Py_BuildValue("(s#O)", ...) segfaults if entered with exception raised

2020-03-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 28d0bcac8b7e6dbd28311f1283dabb6a4d649fcb by Serhiy Storchaka in branch 'master': bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656)

<    1   2