<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius-git.git/asyncio/base_subprocess.py, branch remove-joinable-queue</title>
<subtitle>github.com: jamadden/trollius.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/'/>
<entry>
<title>Fix BaseSubprocessTransport.close()</title>
<updated>2015-01-14T21:46:58+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-14T21:46:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=158f6213056c55d5378f8630216ef2ba4e4e1312'/>
<id>158f6213056c55d5378f8630216ef2ba4e4e1312</id>
<content type='text'>
Ignore pipes for which the protocol is not set yet (still equal to None).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore pipes for which the protocol is not set yet (still equal to None).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix BaseSubprocessTransport._kill_wait()</title>
<updated>2015-01-14T21:45:48+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-14T21:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=de9990e17df33f63e5ba85a8beeafbfe4cc99c19'/>
<id>de9990e17df33f63e5ba85a8beeafbfe4cc99c19</id>
<content type='text'>
Set the _returncode attribute, so close() doesn't try to terminate the process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the _returncode attribute, so close() doesn't try to terminate the process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23173: If an exception is raised during the creation of a</title>
<updated>2015-01-14T01:06:07+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-14T01:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=da030f978e38e95c07e97adf24d9d4f171a04384'/>
<id>da030f978e38e95c07e97adf24d9d4f171a04384</id>
<content type='text'>
subprocess, kill the subprocess (close pipes, kill and read the return status).
Log an error in such case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subprocess, kill the subprocess (close pipes, kill and read the return status).
Log an error in such case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23209: Break some reference cycles in asyncio. Patch written by</title>
<updated>2015-01-09T20:29:29+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-09T20:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=f98e47c04b861042b9c88be5a82006237a9b96f4'/>
<id>f98e47c04b861042b9c88be5a82006237a9b96f4</id>
<content type='text'>
Martin Richard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Martin Richard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a race condition in BaseSubprocessTransport._try_finish()</title>
<updated>2014-12-18T22:41:46+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-18T22:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=5921775c6443948d8bb74bee1800c18ee48623ef'/>
<id>5921775c6443948d8bb74bee1800c18ee48623ef</id>
<content type='text'>
If the process exited before the _post_init() method was called, scheduling the
call to _call_connection_lost() with call_soon() is wrong: connection_made()
must be called before connection_lost().

Reuse the BaseSubprocessTransport._call() method to schedule the call to
_call_connection_lost() to ensure that connection_made() and connection_lost()
are called in the correct order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the process exited before the _post_init() method was called, scheduling the
call to _call_connection_lost() with call_soon() is wrong: connection_made()
must be called before connection_lost().

Reuse the BaseSubprocessTransport._call() method to schedule the call to
_call_connection_lost() to ensure that connection_made() and connection_lost()
are called in the correct order.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add run_aiotest.py</title>
<updated>2014-12-12T17:08:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-12T17:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=557bcba3e5b165e493c8bddda50866f8fb789c09'/>
<id>557bcba3e5b165e493c8bddda50866f8fb789c09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
