<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/dictobject.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>bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)</title>
<updated>2018-02-26T22:35:03+00:00</updated>
<author>
<name>bennorth</name>
<email>ben@redfrontdoor.org</email>
</author>
<published>2018-02-26T22:35:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c20c97f6122e7a99e46cbd6c9ac8cb2941a3bf7a'/>
<id>c20c97f6122e7a99e46cbd6c9ac8cb2941a3bf7a</id>
<content type='text'>
(cherry picked from commit d7773d92bd11640a8c950d6c36a9cef1cee36f96)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit d7773d92bd11640a8c950d6c36a9cef1cee36f96)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31095: Fix potential crash during GC (GH-3197)</title>
<updated>2017-09-04T03:31:41+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2017-09-04T03:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4cde4bdcc86cb08ee3847500a172cc24eba37ffe'/>
<id>4cde4bdcc86cb08ee3847500a172cc24eba37ffe</id>
<content type='text'>
(cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c)</pre>
</div>
</content>
</entry>
<entry>
<title>[2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)</title>
<updated>2017-05-20T17:05:27+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-05-20T17:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e6a0b5982973e64b9fa28e5e3e54eb8c47882780'/>
<id>e6a0b5982973e64b9fa28e5e3e54eb8c47882780</id>
<content type='text'>
Based on patches by Duane Griffin and Tim Mitchell.
(cherry picked from commit 753bca3934a7618a4fa96e107ad1c5c18633a683)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patches by Duane Griffin and Tim Mitchell.
(cherry picked from commit 753bca3934a7618a4fa96e107ad1c5c18633a683)
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28427: old keys should not remove new values from</title>
<updated>2016-12-27T14:08:27+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2016-12-27T14:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f939b3c0f76a9556cce458a4157a607a12c3d057'/>
<id>f939b3c0f76a9556cce458a4157a607a12c3d057</id>
<content type='text'>
WeakValueDictionary when collecting from another thread.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WeakValueDictionary when collecting from another thread.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict.</title>
<updated>2016-12-20T07:07:18+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2016-12-20T07:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e126f98658b2d0713506e4a7bfd437dec5f6ca9d'/>
<id>e126f98658b2d0713506e4a7bfd437dec5f6ca9d</id>
<content type='text'>
Original patch by Rasmus Villemoes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Rasmus Villemoes.
</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>properly use PyObject_CallMethod in dictview binary operations (closes #26478)</title>
<updated>2016-03-04T06:05:36+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-03-04T06:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4ddb44a1d00cc513e27e43b4145c60d55c33b1a0'/>
<id>4ddb44a1d00cc513e27e43b4145c60d55c33b1a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25698: Importing module if the stack is too deep no longer replaces</title>
<updated>2016-02-10T08:28:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-02-10T08:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1c496178d2c863f135bd4a43e32e0f099480cd06'/>
<id>1c496178d2c863f135bd4a43e32e0f099480cd06</id>
<content type='text'>
imported module with the empty one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
imported module with the empty one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.</title>
<updated>2015-12-19T18:07:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-12-19T18:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c06a6d0958e2eb4449605069b9c10d656ab756e8'/>
<id>c06a6d0958e2eb4449605069b9c10d656ab756e8</id>
<content type='text'>
This allows sys.getsize() to work correctly with their subclasses with
__slots__ defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows sys.getsize() to work correctly with their subclasses with
__slots__ defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23971:  Fix underestimated presizing in dict.fromkeys()</title>
<updated>2015-05-13T10:13:28+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2015-05-13T10:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=77b3ae5e2cfdd7ddacf320dc295f2518c79860e7'/>
<id>77b3ae5e2cfdd7ddacf320dc295f2518c79860e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
