<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/marshal.c, branch 3.4</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>Fixed memory leak in marshal.</title>
<updated>2015-01-28T15:10:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-01-28T15:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=000daaee57df015ff541f267ccbe733b4413658f'/>
<id>000daaee57df015ff541f267ccbe733b4413658f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22581: Use more "bytes-like object" throughout the docs and comments.</title>
<updated>2014-12-05T20:25:22+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-05T20:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b757c83ec626442a8804b9417790443bf13b4fc8'/>
<id>b757c83ec626442a8804b9417790443bf13b4fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiler warning (on Windows 64-bit): explicit cast Py_ssize_t to unsigned</title>
<updated>2013-11-15T23:13:29+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-15T23:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=da062558db08e8374fa0880bf93f16896da0720e'/>
<id>da062558db08e8374fa0880bf93f16896da0720e</id>
<content type='text'>
char, n is in range [0; 255] (a tuple cannot have a negative length)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
char, n is in range [0; 255] (a tuple cannot have a negative length)
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19437: Cleanup r_ref() of the marshal module</title>
<updated>2013-10-31T16:09:01+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-10-31T16:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=359fabc19f28187305c9212796f390b5b4d8d64a'/>
<id>359fabc19f28187305c9212796f390b5b4d8d64a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure</title>
<updated>2013-10-31T16:14:52+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-10-31T16:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d5cae6f143fbb24fde667f28bf42e8e4fb0ea1dc'/>
<id>d5cae6f143fbb24fde667f28bf42e8e4fb0ea1dc</id>
<content type='text'>
for TYPE_DICT and stop immedialty on first r_object() failure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for TYPE_DICT and stop immedialty on first r_object() failure
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for</title>
<updated>2013-10-31T16:07:08+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-10-31T16:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b1b7b1834b5b5dd989b0295a3be3401569714ccc'/>
<id>b1b7b1834b5b5dd989b0295a3be3401569714ccc</id>
<content type='text'>
TYPE_SMALL_TUPLE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TYPE_SMALL_TUPLE
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first</title>
<updated>2013-10-31T15:56:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-10-31T15:56:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=763b0d19c94b59b37fa140b8c578f141422e0d25'/>
<id>763b0d19c94b59b37fa140b8c578f141422e0d25</id>
<content type='text'>
failure, don't read any more data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
failure, don't read any more data
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #1772673: The type of `char*` arguments now changed to `const char*`.</title>
<updated>2013-10-19T18:03:34+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-10-19T18:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c679227e31245b0e8dec74a1f7cc77710541d985'/>
<id>c679227e31245b0e8dec74a1f7cc77710541d985</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #19260: remove outdated comment in marshal.c</title>
<updated>2013-10-14T18:50:32+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2013-10-14T18:50:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=42c25f558168b6aebc148f35990af5de495bee08'/>
<id>42c25f558168b6aebc148f35990af5de495bee08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch a few extra error cases in marshal.c</title>
<updated>2013-10-13T15:19:56+00:00</updated>
<author>
<name>Kristján Valur Jónsson</name>
<email>kristjan@ccpgames.com</email>
</author>
<published>2013-10-13T15:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0a7697b718898f4ebc17ba261b786502a03ed738'/>
<id>0a7697b718898f4ebc17ba261b786502a03ed738</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
