<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/resource.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-20185: Convert the resource moduel to Argument Clinic. (#545)</title>
<updated>2017-03-12T11:08:30+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-03-12T11:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1989763f0d0858ce6274f5e1d725b5b8da91a780'/>
<id>1989763f0d0858ce6274f5e1d725b5b8da91a780</id>
<content type='text'>
Based on patch by Vajrasky Kok.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Vajrasky Kok.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that</title>
<updated>2016-12-19T06:05:39+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-19T06:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=879199ba11947d9765b06806df54566fde75d498'/>
<id>879199ba11947d9765b06806df54566fde75d498</id>
<content type='text'>
doesn't own its elements as limits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't own its elements as limits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that</title>
<updated>2016-12-19T06:04:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-19T06:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b94eef2ae3737b1f03452a30d5c96640c838dc46'/>
<id>b94eef2ae3737b1f03452a30d5c96640c838dc46</id>
<content type='text'>
doesn't own its elements as limits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't own its elements as limits.
</pre>
</div>
</content>
</entry>
<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>require a long long data type (closes #27961)</title>
<updated>2016-09-06T00:44:18+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-09-06T00:44:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ed4aa83ff77ff11059f64dab711adf35ce9d0e0f'/>
<id>ed4aa83ff77ff11059f64dab711adf35ce9d0e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19343: Expose FreeBSD-specific APIs in resource module.  Original patch by Koobs.</title>
<updated>2013-12-08T13:35:55+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-12-08T13:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5bb414d176b5c99d9f2500738fe77c47ea938763'/>
<id>5bb414d176b5c99d9f2500738fe77c47ea938763</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16595: Add prlimit() to resource module</title>
<updated>2013-10-22T09:21:54+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-10-22T09:21:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b7bd5df809aabaf857eb51b139d5e519d8b3c364'/>
<id>b7bd5df809aabaf857eb51b139d5e519d8b3c364</id>
<content type='text'>
prlimit() is a Linux specific command that combines setrlimit, getrlimit and can set the limit
of other processes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prlimit() is a Linux specific command that combines setrlimit, getrlimit and can set the limit
of other processes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19324: Expose Linux-specific constants in resource module</title>
<updated>2013-10-22T09:09:27+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-10-22T09:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6fc79bf813de21015208d989e38cdc95bda03292'/>
<id>6fc79bf813de21015208d989e38cdc95bda03292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18520: Add a new PyStructSequence_InitType2() function, same than</title>
<updated>2013-07-22T20:24:54+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-22T20:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1c8f059019d79f1891f42a2656a96919a1187967'/>
<id>1c8f059019d79f1891f42a2656a96919a1187967</id>
<content type='text'>
PyStructSequence_InitType() except that it has a return value (0 on success,
-1 on error).

 * PyStructSequence_InitType2() now raises MemoryError on memory allocation failure
 * Fix also some calls to PyDict_SetItemString(): handle error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyStructSequence_InitType() except that it has a return value (0 on success,
-1 on error).

 * PyStructSequence_InitType2() now raises MemoryError on memory allocation failure
 * Fix also some calls to PyDict_SetItemString(): handle error
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()</title>
<updated>2013-05-20T17:13:19+00:00</updated>
<author>
<name>Charles-Francois Natali</name>
<email>cf.natali@gmail.com</email>
</author>
<published>2013-05-20T17:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=74ca886788fd116b026fdaa5980a48f09bce9bef'/>
<id>74ca886788fd116b026fdaa5980a48f09bce9bef</id>
<content type='text'>
when applicable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when applicable.
</pre>
</div>
</content>
</entry>
</feed>
