Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107581
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Terry Reedy <tjreedy@udel.edu> |
| Newsgroups | comp.lang.python |
| Subject | Re: asyncio and subprocesses |
| Date | Mon, 25 Apr 2016 01:48:59 -0400 |
| Lines | 14 |
| Message-ID | <mailman.65.1461563356.32212.python-list@python.org> (permalink) |
| References | <a354338b-3705-44be-b194-afd16ca4a911@googlegroups.com> <nfkb4j$uqo$1@ger.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de k9O+qJPM39HAj+rQozP9BQPbUjCUmJPAULUfjixwjz3Q== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'pypy': 0.07; '(its': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.10; 'python': 0.10; 'jan': 0.11; 'bug,': 0.16; 'libraries?': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'versions': 0.20; 'patch': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'fixed': 0.31; 'included': 0.32; 'run': 0.33; 'ubuntu': 0.33; 'but': 0.36; 'should': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'release': 0.37; 'list.': 0.37; 'to:addr:python.org': 0.40; 'received:96': 0.63; '3.4': 0.84; 'received:fios.verizon.net': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | pool-96-227-207-81.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 |
| In-Reply-To | <a354338b-3705-44be-b194-afd16ca4a911@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <nfkb4j$uqo$1@ger.gmane.org> |
| X-Mailman-Original-References | <a354338b-3705-44be-b194-afd16ca4a911@googlegroups.com> |
| Xref | csiph.com comp.lang.python:107581 |
Show key headers only | View raw
On 4/24/2016 6:07 PM, David wrote: > > Is this a bug in the asyncio libraries? > Is this a fixed bug, already? I am using Python 3.4.2 as distributed in Ubuntu Lucid, with built-in asyncio. The people who patch asyncio do not read this list. Either install a current release or try the tulip release on Pypy (its purpose is to make asyncio available on versions before 3.4 but should also run on 3.4. I don't know if it conflicts with the included asyncio. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
asyncio and subprocesses David <dkeeney@travelbyroad.net> - 2016-04-24 15:07 -0700 Re: asyncio and subprocesses Terry Reedy <tjreedy@udel.edu> - 2016-04-25 01:48 -0400
csiph-web