<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/trollius-git.git/tests/test_subprocess.py, branch issue_222</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 warning in test_close_kill_running()</title>
<updated>2015-02-17T22:34:16+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-02-17T22:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=e147802bca02ca103264c5a10fb84457cd12abbf'/>
<id>e147802bca02ca103264c5a10fb84457cd12abbf</id>
<content type='text'>
Read process exit status to avoid the "Caught subprocess termination from
unknown pid" message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Read process exit status to avoid the "Caught subprocess termination from
unknown pid" message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23475: Fix test_close_kill_running()</title>
<updated>2015-02-17T21:45:35+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-02-17T21:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=c18c4d06bb6501e7192aa93dbe8af7de44c95386'/>
<id>c18c4d06bb6501e7192aa93dbe8af7de44c95386</id>
<content type='text'>
Really kill the child process, don't mock completly the Popen.kill() method.

This change fix memory leaks and reference leaks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Really kill the child process, don't mock completly the Popen.kill() method.

This change fix memory leaks and reference leaks.
</pre>
</div>
</content>
</entry>
<entry>
<title>BaseSubprocessTransport.close() doesn't try to kill the process if it already</title>
<updated>2015-02-10T13:37:37+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-02-10T13:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=d496a7e1ca3c029c2f349f90b9ea84f7d5ae9381'/>
<id>d496a7e1ca3c029c2f349f90b9ea84f7d5ae9381</id>
<content type='text'>
finished
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
finished
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23347: send_signal(), terminate(), kill() don't check if the</title>
<updated>2015-01-30T00:12:00+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-30T00:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=6c7490e724d1bd64dafa7d4b773302fa58971632'/>
<id>6c7490e724d1bd64dafa7d4b773302fa58971632</id>
<content type='text'>
transport was closed. The check broken a Tulip example and this limitation is
arbitrary. Check if _proc is None should be enough.

Enhance also close(): do nothing when called the second time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
transport was closed. The check broken a Tulip example and this limitation is
arbitrary. Check if _proc is None should be enough.

Enhance also close(): do nothing when called the second time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ResourceWarning in test_subprocess.test_proc_exit()</title>
<updated>2015-01-29T23:11:25+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T23:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=787b4945c6fde8d24b4038b493dd6aef2eb0c888'/>
<id>787b4945c6fde8d24b4038b493dd6aef2eb0c888</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23347: send_signal(), kill() and terminate() methods of</title>
<updated>2015-01-29T22:34:37+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-29T22:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=2e187bbe06a6a7f1caf7c687e9f9d5e6eed0c592'/>
<id>2e187bbe06a6a7f1caf7c687e9f9d5e6eed0c592</id>
<content type='text'>
BaseSubprocessTransport now check if the transport was closed and if the
process exited.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BaseSubprocessTransport now check if the transport was closed and if the
process exited.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python issue #23208: Add BaseEventLoop._current_handle</title>
<updated>2015-01-26T09:52:45+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-01-26T09:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/trollius-git.git/commit/?id=684f3be00011d3c6cc4f81f5cb61c157e5eb5205'/>
<id>684f3be00011d3c6cc4f81f5cb61c157e5eb5205</id>
<content type='text'>
In debug mode, BaseEventLoop._run_once() now sets the
BaseEventLoop._current_handle attribute to the handle currently executed.
In release mode or when no handle is executed, the attribute is None.

BaseEventLoop.default_exception_handler() displays the traceback of the current
handle if available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In debug mode, BaseEventLoop._run_once() now sets the
BaseEventLoop._current_handle attribute to the handle currently executed.
In release mode or when no handle is executed, the attribute is None.

BaseEventLoop.default_exception_handler() displays the traceback of the current
handle if available.
</pre>
</div>
</content>
</entry>
</feed>
