Change by Joel Rosdahl :
--
keywords: +patch
nosy: +jrosdahl
nosy_count: 2.0 -> 3.0
pull_requests: +19211
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/19900
___
Python tracker
<https://bugs.python.org/i
Change by Joel Rosdahl :
--
nosy: +jrosdahl
nosy_count: 8.0 -> 9.0
pull_requests: +19212
pull_request: https://github.com/python/cpython/pull/19900
___
Python tracker
<https://bugs.python.org/issu
Change by Joel Rosdahl :
--
nosy: +jrosdahl
nosy_count: 14.0 -> 15.0
pull_requests: +19213
pull_request: https://github.com/python/cpython/pull/19900
___
Python tracker
<https://bugs.python.org/issu
New submission from Joel Rosdahl :
bpo-21596 documented that the sequence of futures passed to asyncio.wait must
not be empty:
The sequence *futures* must not be empty.
This note was however lost in the bpo-33649 commit
(3faaa8857a42a36383bb18425444e597fc876797).
--
assignee
Change by Joel Rosdahl :
--
nosy: +Joel Rosdahl
___
Python tracker
<https://bugs.python.org/issue31456>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Joel Rosdahl <[EMAIL PROTECTED]>:
The optimization in SVN rev 38556 seems to have changed
Popen.communicate's behavior when stdout is subprocess.PIPE (and maybe
for other cases as well).
See the attached file. In Python 2.4.5, all three counts are the same.
In P