<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/condvar.h, branch v3.6.7</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>replace PY_LONG_LONG with long long</title>
<updated>2016-09-06T17:46:49+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-09-06T17:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=af580dff4af3cb812cdd7a229a4a65059b3bc1ee'/>
<id>af580dff4af3cb812cdd7a229a4a65059b3bc1ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27895:  Spelling fixes (Contributed by Ville Skyttä).</title>
<updated>2016-08-30T17:47:49+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2016-08-30T17:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=15f44ab043b37c064d6891c7864205fed9fb0dd1'/>
<id>15f44ab043b37c064d6891c7864205fed9fb0dd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unintentional trailing spaces in non-external and non-generated C files.</title>
<updated>2015-03-18T19:53:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-18T19:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=009b811d678f36cf63be4fe26f3fbaa38aa0078e'/>
<id>009b811d678f36cf63be4fe26f3fbaa38aa0078e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The PyCOND_TIMEDWAIT must use microseconds for the timeout argument</title>
<updated>2014-05-08T10:36:27+00:00</updated>
<author>
<name>Kristján Valur Jónsson</name>
<email>sweskman@gmail.com</email>
</author>
<published>2014-05-08T10:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=33096fe8296b57c6e634e58af1c632b8e2f5bc05'/>
<id>33096fe8296b57c6e634e58af1c632b8e2f5bc05</id>
<content type='text'>
in order to have the same resolution as pthreads condition variables.
At the same time, it must be large enough to accept 31 bits of
milliseconds, which is the maximum timeout value in the windows API.
A PY_LONG_LONG of microseconds fullfills both requirements.
This closes issue #20737
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in order to have the same resolution as pthreads condition variables.
At the same time, it must be large enough to accept 31 bits of
milliseconds, which is the maximum timeout value in the windows API.
A PY_LONG_LONG of microseconds fullfills both requirements.
This closes issue #20737
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15038 : Fixing the condition broadcast and docs.</title>
<updated>2013-03-20T03:18:37+00:00</updated>
<author>
<name>Kristján Valur Jónsson</name>
<email>sweskman@gmail.com</email>
</author>
<published>2013-03-20T03:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=32ecccaf632ba1219734249f528a451076290386'/>
<id>32ecccaf632ba1219734249f528a451076290386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace WaitForSingleObject with WaitForSingleObjectEx,</title>
<updated>2013-01-25T13:25:48+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2013-01-25T13:25:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b26a9b10ea5f095da0c699e41b29a724021cd09a'/>
<id>b26a9b10ea5f095da0c699e41b29a724021cd09a</id>
<content type='text'>
for better WinRT compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for better WinRT compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15038: Document caveats with the emulated condition variables.</title>
<updated>2012-06-19T16:30:28+00:00</updated>
<author>
<name>Kristjan Valur Jonsson</name>
<email>sweskman@gmail.com</email>
</author>
<published>2012-06-19T16:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0006aacb9dda6d62013c86aac47d977b3f04921a'/>
<id>0006aacb9dda6d62013c86aac47d977b3f04921a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15038:</title>
<updated>2012-06-19T10:10:09+00:00</updated>
<author>
<name>Kristjan Valur Jonsson</name>
<email>sweskman@gmail.com</email>
</author>
<published>2012-06-19T10:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1617077bccc4ff0c3d54d066af4c3cfd532cf3fa'/>
<id>1617077bccc4ff0c3d54d066af4c3cfd532cf3fa</id>
<content type='text'>
Fix incorrect test of the condition variable state, spotted by
Richard Oudkerk.  This could cause the internal condition variable
to grow without bounds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix incorrect test of the condition variable state, spotted by
Richard Oudkerk.  This could cause the internal condition variable
to grow without bounds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15038: Optimize python Locks on Windows</title>
<updated>2012-06-18T20:30:44+00:00</updated>
<author>
<name>Kristján Valur Jónsson</name>
<email>kristjan@ccpgames.com</email>
</author>
<published>2012-06-18T20:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e75ff35af2b6c85d48c68b95f295aeac7396b162'/>
<id>e75ff35af2b6c85d48c68b95f295aeac7396b162</id>
<content type='text'>
Extract cross-platform condition variable support into a separate file and
provide user-mode non-recursive locks for Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extract cross-platform condition variable support into a separate file and
provide user-mode non-recursive locks for Windows.
</pre>
</div>
</content>
</entry>
</feed>
