<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/tupleobject.c, branch zooba-patch-1</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>[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493)</title>
<updated>2018-02-02T14:29:02+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-02-02T14:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b7a2c17be8411bc4c7a2babdc650074c14204aa8'/>
<id>b7a2c17be8411bc4c7a2babdc650074c14204aa8</id>
<content type='text'>
instead of crashing due to a stack overflow.

This perhaps will fix similar problems in other extension types.
(cherry picked from commit 1fb72d2ad243c965d4432b4e93884064001a2607)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of crashing due to a stack overflow.

This perhaps will fix similar problems in other extension types.
(cherry picked from commit 1fb72d2ad243c965d4432b4e93884064001a2607)
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)</title>
<updated>2017-04-15T17:11:12+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-04-15T17:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5e79321742cb3af2184d22e2148c6756cade1864'/>
<id>5e79321742cb3af2184d22e2148c6756cade1864</id>
<content type='text'>
PySlice_GetIndicesEx in _ctypes.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PySlice_GetIndicesEx in _ctypes.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)</title>
<updated>2017-04-08T08:48:57+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-04-08T08:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e41390aca51e4e3eb455cf3b70f5d656a2814db9'/>
<id>e41390aca51e4e3eb455cf3b70f5d656a2814db9</id>
<content type='text'>
(cherry picked from commit b879fe8)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit b879fe8)
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910)</title>
<updated>2017-03-30T17:32:18+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-03-30T17:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=079f21f873b99f9564a41c5b7f3e0d7035847ae5'/>
<id>079f21f873b99f9564a41c5b7f3e0d7035847ae5</id>
<content type='text'>
when pass indices of wrong type.
(cherry picked from commit d4edfc9abffca965e76ebc5957a92031a4d6c4d4)
(cherry picked from commit bf4bb2e43030661e568d5d4b046e8b9351cc164c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when pass indices of wrong type.
(cherry picked from commit d4edfc9abffca965e76ebc5957a92031a4d6c4d4)
(cherry picked from commit bf4bb2e43030661e568d5d4b046e8b9351cc164c)</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26494: Fixed crash on iterating exhausting iterators.</title>
<updated>2016-03-30T17:43:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-03-30T17:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=14a7d6389fb453cca18d61bbe39deff7062bc66f'/>
<id>14a7d6389fb453cca18d61bbe39deff7062bc66f</id>
<content type='text'>
Affected classes are generic sequence iterators, iterators of bytearray,
list, tuple, set, frozenset, dict, OrderedDict and corresponding views.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Affected classes are generic sequence iterators, iterators of bytearray,
list, tuple, set, frozenset, dict, OrderedDict and corresponding views.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.</title>
<updated>2015-03-10T21:32:00+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2015-03-10T21:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=323ab6d732075da2011159e037b9a304e567ae64'/>
<id>323ab6d732075da2011159e037b9a304e567ae64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20437: Fixed 43 potential bugs when deleting objects references.</title>
<updated>2014-02-09T11:14:04+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-09T11:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=98a9722e4a82b5f7dc0411233bbec892a02c7667'/>
<id>98a9722e4a82b5f7dc0411233bbec892a02c7667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.</title>
<updated>2012-09-10T00:54:51+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2012-09-10T00:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=074ebced1b0c43dda6a6fdef8865050d019316a7'/>
<id>074ebced1b0c43dda6a6fdef8865050d019316a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Accept None as start and stop parameters for list.index() and tuple.index()"</title>
<updated>2011-11-06T18:59:01+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2011-11-06T18:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3b9d92aefef17ee528e4bfa0f7e87dc61e4a0da6'/>
<id>3b9d92aefef17ee528e4bfa0f7e87dc61e4a0da6</id>
<content type='text'>
Issue #13340.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #13340.
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept None as start and stop parameters for list.index() and tuple.index()</title>
<updated>2011-11-05T21:18:06+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2011-11-05T21:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=819d8d447da7e2a8530574af2a7574fdc011b0c2'/>
<id>819d8d447da7e2a8530574af2a7574fdc011b0c2</id>
<content type='text'>
Closes #13340.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #13340.
</pre>
</div>
</content>
</entry>
</feed>
