<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_multiprocessing/multiprocessing.c, branch fix-misc-acks</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>bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)</title>
<updated>2017-04-16T07:46:38+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-04-16T07:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=55fe1ae9708d81b902b6fe8f6590e2a24b1bd4b0'/>
<id>55fe1ae9708d81b902b6fe8f6590e2a24b1bd4b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28152: Fix -Wunreachable-code warning on clang</title>
<updated>2016-12-05T17:00:42+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-12-05T17:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=408bfa6d96456a7c3621e5c6d249d3fac337a78b'/>
<id>408bfa6d96456a7c3621e5c6d249d3fac337a78b</id>
<content type='text'>
Replace 0 with (0) to ignore a compiler warning about dead code on
"((int)(SEM_VALUE_MAX) &lt; 0)": SEM_VALUE_MAX is not negative on Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace 0 with (0) to ignore a compiler warning about dead code on
"((int)(SEM_VALUE_MAX) &lt; 0)": SEM_VALUE_MAX is not negative on Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26924: Fix Windows buildbots</title>
<updated>2016-05-07T18:13:50+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2016-05-07T18:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1a269d09f65c69d9deecf943472335becd63ff06'/>
<id>1a269d09f65c69d9deecf943472335becd63ff06</id>
<content type='text'>
sem_unlink is defined as

    #define SEM_UNLINK(name) 0

under Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sem_unlink is defined as

    #define SEM_UNLINK(name) 0

under Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26924: Do not define _multiprocessing.sem_unlink under Android</title>
<updated>2016-05-07T17:39:20+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2016-05-07T17:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0ce9cd985b7c8a13de538c071e44856f5c7001d2'/>
<id>0ce9cd985b7c8a13de538c071e44856f5c7001d2</id>
<content type='text'>
Android declares sem_unlink but doesn't implement it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android declares sem_unlink but doesn't implement it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21704: Fix build error for _multiprocessing when semaphores</title>
<updated>2014-07-28T22:01:02+00:00</updated>
<author>
<name>Richard Oudkerk</name>
<email>shibturn@gmail.com</email>
</author>
<published>2014-07-28T22:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e0e65817e534420d5d04a635f964d97abf68e921'/>
<id>e0e65817e534420d5d04a635f964d97abf68e921</id>
<content type='text'>
are not available.  Patch by Arfrever Frehtes Taifersar Arahesis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are not available.  Patch by Arfrever Frehtes Taifersar Arahesis.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix conversion from Py_ssize_t to int.</title>
<updated>2013-09-07T16:40:45+00:00</updated>
<author>
<name>Richard Oudkerk</name>
<email>shibturn@gmail.com</email>
</author>
<published>2013-09-07T16:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b988ee0632a71dbc5e1c599ef46bff24b915c1c6'/>
<id>b988ee0632a71dbc5e1c599ef46bff24b915c1c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8713: Support alternative start methods in multiprocessing on Unix.</title>
<updated>2013-08-14T14:35:41+00:00</updated>
<author>
<name>Richard Oudkerk</name>
<email>shibturn@gmail.com</email>
</author>
<published>2013-08-14T14:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84ed9a68bd9a13252b376b21a9167dabae254325'/>
<id>84ed9a68bd9a13252b376b21a9167dabae254325</id>
<content type='text'>
See http://hg.python.org/sandbox/sbt#spawn
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See http://hg.python.org/sandbox/sbt#spawn
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix typos in the multiprocessing module.</title>
<updated>2013-05-15T16:08:03+00:00</updated>
<author>
<name>doko@ubuntu.com</name>
<email>doko@ubuntu.com</email>
</author>
<published>2013-05-15T16:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=94fd53ba4ee756f0ff17de83b704147596019345'/>
<id>94fd53ba4ee756f0ff17de83b704147596019345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix typos in the multiprocessing module.</title>
<updated>2013-05-15T16:06:56+00:00</updated>
<author>
<name>doko@ubuntu.com</name>
<email>doko@ubuntu.com</email>
</author>
<published>2013-05-15T16:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9df891ca41e98d6b008cbc6ccc738d531dcb42e4'/>
<id>9df891ca41e98d6b008cbc6ccc738d531dcb42e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16719: Get rid of WindowsError. Use OSError instead</title>
<updated>2012-12-19T12:33:35+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2012-12-19T12:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2606a6f197a49f04611cb5cb0d67404d1ab14481'/>
<id>2606a6f197a49f04611cb5cb0d67404d1ab14481</id>
<content type='text'>
Patch by Serhiy Storchaka.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Serhiy Storchaka.
</pre>
</div>
</content>
</entry>
</feed>
