<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch mp-manager-tests</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Treat Lock and RLock differently.</title>
<updated>2019-02-07T09:46:29+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-07T09:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ff613484095b47a205ea116372cecd5c68b5613c'/>
<id>ff613484095b47a205ea116372cecd5c68b5613c</id>
<content type='text'>
See: https://github.com/python/cpython/pull/11772#issuecomment-461343609
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See: https://github.com/python/cpython/pull/11772#issuecomment-461343609
</pre>
</div>
</content>
</entry>
<entry>
<title>sync issue: try using a sleep() on windows</title>
<updated>2019-02-07T00:24:44+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-07T00:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=638dd490e5c787cbc7a4a197bdec16bc3e0e4718'/>
<id>638dd490e5c787cbc7a4a197bdec16bc3e0e4718</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>attempt adding synchronization primitive to wait for the subprocess to exit</title>
<updated>2019-02-07T00:05:02+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-07T00:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8c10bc4e75d9748e63ce86ce785955bf378546b3'/>
<id>8c10bc4e75d9748e63ce86ce785955bf378546b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename method</title>
<updated>2019-02-06T23:16:21+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-06T23:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6b8836a4dcbc9945d4d05f38472d6bed00132d6e'/>
<id>6b8836a4dcbc9945d4d05f38472d6bed00132d6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to fix win/azure failure by using join_process() utility fun</title>
<updated>2019-02-06T22:58:03+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-06T22:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a4ac0201f7bf90888be72b280733d200c8fb413a'/>
<id>a4ac0201f7bf90888be72b280733d200c8fb413a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move tests back into _test_multiprocessing and use @classmethod in order to make the worker object accessible/serializable on Windows</title>
<updated>2019-02-06T20:38:43+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-06T20:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=05d9c33011a0f0ce31dd61b47655898d30953181'/>
<id>05d9c33011a0f0ce31dd61b47655898d30953181</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to fix global()-related discoverability issues on Windows by using install_tests_in_module_dict()</title>
<updated>2019-02-06T19:18:01+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-06T19:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bba51f736c32e23a0014e0211f0f45b6482b61f1'/>
<id>bba51f736c32e23a0014e0211f0f45b6482b61f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move tests in a separate sub-module in order to avoid the global() related hacks performed in install_tests_in_module_dict()</title>
<updated>2019-02-06T18:53:04+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-06T18:53:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9eca2506e98bbc4bac860dd3d58856a324082de7'/>
<id>9eca2506e98bbc4bac860dd3d58856a324082de7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2019-02-06T17:08:05+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-06T17:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=55fdf89cc94a17b7da7982b4ffdb8c31067beec4'/>
<id>55fdf89cc94a17b7da7982b4ffdb8c31067beec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add NEWS entry + rename function/arg-name</title>
<updated>2019-02-06T17:07:10+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-02-06T17:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=312b5c477f86ef457e63ec4c2542c3c9884429bf'/>
<id>312b5c477f86ef457e63ec4c2542c3c9884429bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
