<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/getargs.c, branch v3.2.1rc2</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>Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred</title>
<updated>2011-01-04T11:16:49+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-01-04T11:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6ab8e8298eba1d52debc53d6e6a38d419bb255c0'/>
<id>6ab8e8298eba1d52debc53d6e6a38d419bb255c0</id>
<content type='text'>
Return msgbug on error is enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return msgbug on error is enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8992: Simplify addcleanup() API</title>
<updated>2011-01-04T11:16:48+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-01-04T11:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a093d0d6a92147bd0d024afdf03474c14b5b4594'/>
<id>a093d0d6a92147bd0d024afdf03474c14b5b4594</id>
<content type='text'>
Don't need to handle unknown destructor anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't need to handle unknown destructor anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file</title>
<updated>2011-01-04T02:07:34+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-01-04T02:07:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b3c9e073fc7b93529ceb0af520d148385e6f63f7'/>
<id>b3c9e073fc7b93529ceb0af520d148385e6f63f7</id>
<content type='text'>
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int
(length bigger than 2^31-1).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int
(length bigger than 2^31-1).
</pre>
</div>
</content>
</entry>
<entry>
<title>handle dict subclasses gracefully in PyArg_ValidateKeywordArguments</title>
<updated>2010-11-17T22:33:12+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2010-11-17T22:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f609654b0e36796275b7c9f822349e89fe9b4f2d'/>
<id>f609654b0e36796275b7c9f822349e89fe9b4f2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99</title>
<updated>2010-08-11T17:31:17+00:00</updated>
<author>
<name>Alexander Belopolsky</name>
<email>alexander.belopolsky@gmail.com</email>
</author>
<published>2010-08-11T17:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f0f45142d52436d26ce8ed888c73496949caae90'/>
<id>f0f45142d52436d26ce8ed888c73496949caae90</id>
<content type='text'>
va_copy, but available on all python platforms.  Untabified a few
unrelated files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
va_copy, but available on all python platforms.  Untabified a few
unrelated files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8991: convertbuffer() rejects discontigious buffers</title>
<updated>2010-07-28T00:40:58+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-07-28T00:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8182b717dbedc5d864a2240e6ff9120ecb2607dc'/>
<id>8182b717dbedc5d864a2240e6ff9120ecb2607dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use</title>
<updated>2010-06-25T00:02:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-06-25T00:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=25e8ec47244b405083b5fe7b353560666cabff44'/>
<id>25e8ec47244b405083b5fe7b353560666cabff44</id>
<content type='text'>
"w*" format instead. Add tests for "w*" format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"w*" format instead. Add tests for "w*" format.
</pre>
</div>
</content>
</entry>
<entry>
<title>getbuffer(): release the buffer on error (if the buffer is not contiguous)</title>
<updated>2010-06-24T22:57:10+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-06-24T22:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=21e09487ac9d4365819ae4de31319ae3df9a8b17'/>
<id>21e09487ac9d4365819ae4de31319ae3df9a8b17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PyArg_Parse*() functions: factorize code for s/z and u/Z formats</title>
<updated>2010-06-24T22:31:12+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-06-24T22:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3c9e6e9375954e9911ceddb65a98c3e58986e9a7'/>
<id>3c9e6e9375954e9911ceddb65a98c3e58986e9a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes</title>
<updated>2010-06-24T22:08:25+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-06-24T22:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4aae1ebab2cab2a4df1ed89b9454f3c88642530e'/>
<id>4aae1ebab2cab2a4df1ed89b9454f3c88642530e</id>
<content type='text'>
objects, as described in the documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
objects, as described in the documentation.
</pre>
</div>
</content>
</entry>
</feed>
