<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/weakrefobject.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>consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)</title>
<updated>2017-09-14T04:20:29+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-09-14T04:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a72d15c97f9837f6c9c6bd476a62175c942cc588'/>
<id>a72d15c97f9837f6c9c6bd476a62175c942cc588</id>
<content type='text'>
This no-op change makes 2.7 more consistent with 3.x to ease comparison and backports.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This no-op change makes 2.7 more consistent with 3.x to ease comparison and backports.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#187)</title>
<updated>2017-02-20T06:32:53+00:00</updated>
<author>
<name>Xiang Zhang</name>
<email>angwerzx@126.com</email>
</author>
<published>2017-02-20T06:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7131a73f9655cfd325c798385905326f57b94640'/>
<id>7131a73f9655cfd325c798385905326f57b94640</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://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=816a5ff3b218ac374f89bf3cda0d13f47b7bd92e'/>
<id>816a5ff3b218ac374f89bf3cda0d13f47b7bd92e</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>
<entry>
<title>Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of</title>
<updated>2015-03-30T06:53:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-30T06:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=07e03ab9f9452e37c0c9f7ece5e3afc00717187c'/>
<id>07e03ab9f9452e37c0c9f7ece5e3afc00717187c</id>
<content type='text'>
MemoryError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MemoryError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence a -Wformat-extra-argument warning when compiling.</title>
<updated>2013-02-02T00:13:27+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@krypto.org</email>
</author>
<published>2013-02-02T00:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c0022b2d8c3f1e2c48fcb01e9151c92ac61c3ed9'/>
<id>c0022b2d8c3f1e2c48fcb01e9151c92ac61c3ed9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.</title>
<updated>2012-12-08T20:15:26+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-12-08T20:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d38c990bb73f47a6293e5f783131b709e7ef0982'/>
<id>d38c990bb73f47a6293e5f783131b709e7ef0982</id>
<content type='text'>
Thanks to Eugene Toder for diagnosing and reporting the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Eugene Toder for diagnosing and reporting the issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16453: Fix equality testing of dead weakref objects.</title>
<updated>2012-11-11T18:36:51+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-11-11T18:36:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b704eab5993649f634e8367feb314dfacc95c6e3'/>
<id>b704eab5993649f634e8367feb314dfacc95c6e3</id>
<content type='text'>
Also add tests for hashing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add tests for hashing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Untabify C files. Will watch buildbots.</title>
<updated>2010-05-09T14:46:46+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-05-09T14:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c83ea137d7e717f764e2f31fc2544f522de7d857'/>
<id>c83ea137d7e717f764e2f31fc2544f522de7d857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#5037 proxy __unicode__ correctly</title>
<updated>2009-11-19T03:00:02+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2009-11-19T03:00:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dc3c239b1ef694b36c79008cdb86ed18852f63c1'/>
<id>dc3c239b1ef694b36c79008cdb86ed18852f63c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #3634 invalid return value from _weakref.ref(Exception).__init__</title>
<updated>2008-09-09T20:55:01+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2008-09-09T20:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=97179b0f58ebb13c6053096dc9fb7aff9f4abf33'/>
<id>97179b0f58ebb13c6053096dc9fb7aff9f4abf33</id>
<content type='text'>
Reviewers: Amaury, Antoine, Benjamin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: Amaury, Antoine, Benjamin
</pre>
</div>
</content>
</entry>
</feed>
