<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython.git/Lib/test/test_weakref.py, branch 3.6</title>
<subtitle>
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/'/>
<entry>
<title>Issue #28427: old keys should not remove new values from</title>
<updated>2016-12-27T13:23:43+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2016-12-27T13:23:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=4eb59c78cdd253dd5763d2b7389230fa6a05defc'/>
<id>4eb59c78cdd253dd5763d2b7389230fa6a05defc</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 #28427: old keys should not remove new values from</title>
<updated>2016-12-27T13:19:20+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2016-12-27T13:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=e4ae00dff21789f19a75fa4e6db19b2cf72150b3'/>
<id>e4ae00dff21789f19a75fa4e6db19b2cf72150b3</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 #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()</title>
<updated>2016-12-19T09:58:14+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2016-12-19T09:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=487bf3ed11609d90dc7c96dfcdf1a600beeca1ac'/>
<id>487bf3ed11609d90dc7c96dfcdf1a600beeca1ac</id>
<content type='text'>
when a GC collection happens in another thread.

Original patch and report by Armin Rigo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when a GC collection happens in another thread.

Original patch and report by Armin Rigo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()</title>
<updated>2016-12-19T09:56:40+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2016-12-19T09:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=809ec05a2b257d5cc77235f963602b2f35611c45'/>
<id>809ec05a2b257d5cc77235f963602b2f35611c45</id>
<content type='text'>
when a GC collection happens in another thread.

Original patch and report by Armin Rigo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when a GC collection happens in another thread.

Original patch and report by Armin Rigo.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.5 (#26617)</title>
<updated>2016-10-04T07:00:23+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-10-04T07:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=f56ae3f992e62d7d4e25ce1882b7479dc65f1b5f'/>
<id>f56ae3f992e62d7d4e25ce1882b7479dc65f1b5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure gc tracking is off when invoking weakref callbacks (closes #26617)</title>
<updated>2016-10-04T07:00:02+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-10-04T07:00:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=0ffa2a5701c34e17e50e3469b7c861d7662d2390'/>
<id>0ffa2a5701c34e17e50e3469b7c861d7662d2390</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement compact dict</title>
<updated>2016-09-08T00:40:12+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-09-08T00:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=7a1aba85e771486e07e4d1d72bbd8d17ce53e0f1'/>
<id>7a1aba85e771486e07e4d1d72bbd8d17ce53e0f1</id>
<content type='text'>
Issue #27350: `dict` implementation is changed like PyPy. It is more compact
and preserves insertion order.

_PyDict_Dummy() function has been removed.

Disable test_gdb: python-gdb.py is not updated yet to the new structure of
compact dictionaries (issue #28023).

Patch written by INADA Naoki.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #27350: `dict` implementation is changed like PyPy. It is more compact
and preserves insertion order.

_PyDict_Dummy() function has been removed.

Disable test_gdb: python-gdb.py is not updated yet to the new structure of
compact dictionaries (issue #28023).

Patch written by INADA Naoki.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct a comment in the test referencing the wrong issue number (issue3100</title>
<updated>2016-09-07T00:22:22+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@krypto.org</email>
</author>
<published>2016-09-07T00:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=65b3c4590c3d98982f9c34b660c6b8b7f6b60467'/>
<id>65b3c4590c3d98982f9c34b660c6b8b7f6b60467</id>
<content type='text'>
is correct, not 3110).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is correct, not 3110).
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19527: Fixed tests with defined COUNT_ALLOCS.</title>
<updated>2016-07-03T19:27:26+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-07-03T19:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=25dbc1f051433aa8dcc4738906984f2c6c8f19bb'/>
<id>25dbc1f051433aa8dcc4738906984f2c6c8f19bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17765: weakref.ref() no longer silently ignores keyword arguments.</title>
<updated>2016-05-07T12:41:09+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-05-07T12:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=3c67e39657519404c65b17fbed150a1d1048c638'/>
<id>3c67e39657519404c65b17fbed150a1d1048c638</id>
<content type='text'>
Patch by Georg Brandl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Georg Brandl.
</pre>
</div>
</content>
</entry>
</feed>
