<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/test_dict.py, branch benjamin-interp-initialize</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>Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)</title>
<updated>2018-09-10T09:42:09+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-09-10T09:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1f36bf6077d93cb43fd84bea4a8a625fa772d1fa'/>
<id>1f36bf6077d93cb43fd84bea4a8a625fa772d1fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)</title>
<updated>2018-01-22T16:54:41+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-01-22T16:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b0a7a037b8fde56b62f886d5188bced7776777b4'/>
<id>b0a7a037b8fde56b62f886d5188bced7776777b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)</title>
<updated>2017-12-03T20:12:11+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-12-03T20:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1fb72d2ad243c965d4432b4e93884064001a2607'/>
<id>1fb72d2ad243c965d4432b4e93884064001a2607</id>
<content type='text'>
instead of crashing due to a stack overflow.

This perhaps will fix similar problems in other extension types.</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.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27945: Fixed various segfaults with dict. (#1657)</title>
<updated>2017-05-20T09:30:02+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-05-20T09:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=753bca3934a7618a4fa96e107ad1c5c18633a683'/>
<id>753bca3934a7618a4fa96e107ad1c5c18633a683</id>
<content type='text'>
Based on patches by Duane Griffin and Tim Mitchell.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patches by Duane Griffin and Tim Mitchell.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a memory leak in split-table dictionaries</title>
<updated>2016-12-15T16:21:23+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-12-15T16:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3d3f264849580ab1e8f3a8e8e8ba402bfe2c6523'/>
<id>3d3f264849580ab1e8f3a8e8e8ba402bfe2c6523</id>
<content type='text'>
Issue #28147: Fix a memory leak in split-table dictionaries: setattr() must not
convert combined table into split table.

Patch written by INADA Naoki.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #28147: Fix a memory leak in split-table dictionaries: setattr() must not
convert combined table into split table.

Patch written by INADA Naoki.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as</title>
<updated>2016-11-06T11:18:24+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-06T11:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f0b311bd739d36d62e81dacd27d098c496e8663a'/>
<id>f0b311bd739d36d62e81dacd27d098c496e8663a</id>
<content type='text'>
PyDict_GetItemWithError().  Patch by Xiang Zhang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyDict_GetItemWithError().  Patch by Xiang Zhang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28583: PyDict_SetDefault didn't combine split table when needed.</title>
<updated>2016-11-02T09:45:16+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2016-11-02T09:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=93f26f794d2a6661780c74089c77fd841fc9920f'/>
<id>93f26f794d2a6661780c74089c77fd841fc9920f</id>
<content type='text'>
Patch by Xiang Zhang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Xiang Zhang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _PyDict_Pop() on pending key</title>
<updated>2016-09-13T14:56:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-09-13T14:56:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d0ad11f6b4b0c617b5b57f0dbc97a2a173f6309b'/>
<id>d0ad11f6b4b0c617b5b57f0dbc97a2a173f6309b</id>
<content type='text'>
Issue #28120: Fix dict.pop() for splitted dictionary when trying to remove a
"pending key" (Not yet inserted in split-table).

Patch by Xiang Zhang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #28120: Fix dict.pop() for splitted dictionary when trying to remove a
"pending key" (Not yet inserted in split-table).

Patch by Xiang Zhang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SystemError in compact dict</title>
<updated>2016-09-10T02:28:36+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-09-10T02:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=78601a38c22ba1f09104e2562a10a94cbd36f5f0'/>
<id>78601a38c22ba1f09104e2562a10a94cbd36f5f0</id>
<content type='text'>
Issue #28040: Fix _PyDict_DelItem_KnownHash() and _PyDict_Pop(): convert
splitted table to combined table to be able to delete the item.

Write an unit test for the issue.

Patch by INADA Naoki.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #28040: Fix _PyDict_DelItem_KnownHash() and _PyDict_Pop(): convert
splitted table to combined table to be able to delete the item.

Write an unit test for the issue.

Patch by INADA Naoki.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27125: Merge typo fixes from 3.5</title>
<updated>2016-05-30T05:24:49+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-05-30T05:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e514093a2ff13c2479dae7967fa21fef21e62267'/>
<id>e514093a2ff13c2479dae7967fa21fef21e62267</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
